|
NAMEstruntabify - convert tabs to spacesSYNOPSIS#include <publib.h> char *struntabify(char *str, size_t tabsize); DESCRIPTIONstruntabify will convert all tab characters ('\t') in the string str to spaces. Tab positions are at every tabsize columns. The string is supposed to be big enough to hold the conversion, which is done in place.RETURN VALUEstruntabify will return its first argument.SEE ALSOpublib(3), strtabify(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
Visit the GSP FreeBSD Man Page Interface. |