Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
STREND(3)		     C Programmer's Manual		     STREND(3)

NAME
       strend -	return pointer to the terminating '\0' of a string

SYNOPSIS
       #include	<publib.h>
       char *strend(const char *s);

DESCRIPTION
       strend will return a pointer to the '\0'	that terminates	a string.

SEE ALSO
       publib(3)

AUTHOR
       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib			     C Programmer's Manual		     STREND(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=strend&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help