Query: strtabify
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRTABIFY(3pub) C Programmer's Manual STRTABIFY(3pub)NAMEstrtabify - convert runs of spaces and tabs to tabsSYNOPSIS#include <publib.h> char *strtabify(char *str, size_t tabsize);DESCRIPTIONstrtabify will converts spaces and tabs to tabs and spaces (using the minimal amount of spaces required, possibly none), while preserving indentation. Tab positions are set every tabsize columns.RETURN VALUEstrtabify will return its first argument.SEE ALSOpublib(3), struntabify(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRTABIFY(3pub)
Related Man Pages |
---|
xfree(3pub) - debian |
fnpathfind(3pub) - debian |
memdup(3pub) - debian |
strcstr(3pub) - debian |
strvars(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |