FreeBSD Manual Pages
STRTABIFY(3) C Programmer's Manual STRTABIFY(3) NAME strtabify - convert runs of spaces and tabs to tabs SYNOPSIS #include <publib.h> char *strtabify(char *str, size_t tabsize); DESCRIPTION strtabify will converts spaces and tabs to tabs and spaces (using the minimal amount of spaces required, possibly none), while preserving in- dentation. Tab positions are set every tabsize columns. RETURN VALUE strtabify will return its first argument. SEE ALSO publib(3), struntabify(3) AUTHOR Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRTABIFY(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=strtabify&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>