SYNOPSIS

#include <publib.h>
char *strend(const char *s);

DESCRIPTION

strend will return a pointer to the '\0' that terminates a string.

RELATED TO strend…

publib(3)

AUTHOR

Lars Wirzenius ([email protected])