strend - return pointer to the terminating '\0' of a string
Contents
Description
strend will return a pointer to the '\0' that terminates a string.
Name
strend - return pointer to the terminating '\0' of a string
See Also
publib(3)
Synopsis
#include <publib.h>
char *strend(const char *s);
