debian man page for strright

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)

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 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 ALSO
publib(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRRIGHT(3pub)
Related Man Pages
memshuffle(3pub) - debian
strltrim(3pub) - debian
xmemdup(3pub) - debian
xrealloc(3pub) - debian
xfree(3pub) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?