strend
return pointer to the terminating '\0' of a string
- Provided by: publib-dev (Version: 0.40-3build1)
- Source: publib
- Report a bug
return pointer to the terminating '\0' of a string
#include <publib.h> char *strend(const char *s);
strend will return a pointer to the '\0' that terminates a string.
Lars Wirzenius (lars.wirzenius@helsinki.fi)