debian man page for strend

Query: strend

OS: debian

Section: 3pub

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STREND(3pub)						       C Programmer's Manual						      STREND(3pub)

NAME
strend - return pointer to the terminating '' of a string
SYNOPSIS
#include <publib.h> char *strend(const char *s);
DESCRIPTION
strend will return a pointer to the '' that terminates a string.
SEE ALSO
publib(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STREND(3pub)
Related Man Pages
memdup(3pub) - debian
memshuffle(3pub) - debian
strvars(3pub) - debian
xrealloc(3pub) - debian
xstrdup(3pub) - debian
Similar Topics in the Unix Linux Community
AWK solution to subtract multiple columns of numbers