struncstr(3pub) debian man page | unix.com

Man Page: struncstr

Operating Environment: debian

Section: 3pub

STRUNCSTR(3pub) 					       C Programmer's Manual						   STRUNCSTR(3pub)

NAME
struncstr - convert printable C string notation to a memory block
SYNOPSIS
#include <publib.h> void struncstr(void *block, const char *str, size_t max);
DESCRIPTION
struncstr converts a C string literal to the memory block it describes by converting all escape sequences to single characters. See a C reference manual or strcstr(3) for a description of the C string literal notation. max is the maximum number of characters to store into the memory block.
SEE ALSO
publib(3), strcstr(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRUNCSTR(3pub)
Related Man Pages
fnqualify(3pub) - debian
memdup(3pub) - debian
memshuffle(3pub) - debian
xmalloc(3pub) - sunos
xfree(3pub) - opensolaris
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph