struntabify(3pub) debian man page | unix.com

Man Page: struntabify

Operating Environment: debian

Section: 3pub

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
strltrim(3pub) - debian
strmaxcpy(3pub) - debian
strsub(3pub) - debian
xmalloc(3pub) - debian
xrealloc(3pub) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results
New UNIX and Linux History Sections