|
NAMEstrend - return pointer to the terminating '\0' of a stringSYNOPSIS#include <publib.h> char *strend(const char *s); DESCRIPTIONstrend will return a pointer to the '\0' that terminates a string.SEE ALSOpublib(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
Visit the GSP FreeBSD Man Page Interface. |