strend.3pub

Langue: en

Version: C Programmer's Manual (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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)