Query: struncstr
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUNCSTR(3pub) C Programmer's Manual STRUNCSTR(3pub)NAMEstruncstr - convert printable C string notation to a memory blockSYNOPSIS#include <publib.h> void struncstr(void *block, const char *str, size_t max);DESCRIPTIONstruncstr 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 ALSOpublib(3), strcstr(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRUNCSTR(3pub)
Related Man Pages |
---|
fnqualify(3pub) - debian |
memdup(3pub) - debian |
strcstr(3pub) - debian |
xmalloc(3pub) - debian |
xfree(3pub) - sunos |
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |