debian man page for struntabify

Query: struntabify

OS: debian

Section: 3pub

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUNTABIFY(3pub)					       C Programmer's Manual						 STRUNTABIFY(3pub)

NAME
struntabify - convert tabs to spaces
SYNOPSIS
#include <publib.h> char *struntabify(char *str, size_t tabsize);
DESCRIPTION
struntabify will convert all tab characters (' ') 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 VALUE
struntabify will return its first argument.
SEE ALSO
publib(3), strtabify(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRUNTABIFY(3pub)
Related Man Pages
fnqualify(3pub) - debian
fnpathfind(3pub) - debian
memdup(3pub) - debian
strltrim(3pub) - debian
xmalloc(3pub) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph