|
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)
Visit the GSP FreeBSD Man Page Interface. |