Query: strright
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRRIGHT(3pub) C Programmer's Manual STRRIGHT(3pub)NAMEstrright - return a pointer to the beginning of the rightmost n chars in a stringSYNOPSIS#include <publib.h> char *strright(const char *s, size_t n);DESCRIPTIONstrright will return a pointer to the first of the n rightmost characters (not counting the ' ') in the string s. It does not make a copy of the string, but will return a pointer into the argument string.SEE ALSOpublib(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRRIGHT(3pub)
Related Man Pages |
---|
stracat(3pub) - debian |
strmaxcpy(3pub) - debian |
xstrdup(3pub) - debian |
xfree(3pub) - sunos |
xmalloc(3pub) - sunos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |