logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

strend - return pointer to the terminating '\0' of a string

Author

       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib                                        C Programmer's Manual                                 STREND(3pub)

Description

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

Name

       strend - return pointer to the terminating '\0' of a string

See Also

publib(3)

Synopsis

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

See Also