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.
publib(3)
Lars Wirzenius ([email protected])