logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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