FreeBSD Manual Pages
STRRIGHT(3) C Programmer's Manual STRRIGHT(3) NAME strright - return a pointer to the beginning of the rightmost n chars in a string SYNOPSIS #include <publib.h> char *strright(const char *s, size_t n); DESCRIPTION strright will return a pointer to the first of the n rightmost charac- ters (not counting the '\0') in the string s. It does not make a copy of the string, but will return a pointer into the argument string. SEE ALSO publib(3) AUTHOR Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRRIGHT(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=strright&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>