debian man page for strtabify

Query: strtabify

OS: debian

Section: 3pub

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

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

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 indentation. 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(3pub)
Related Man Pages
xfree(3pub) - debian
fnpathfind(3pub) - debian
strltrim(3pub) - debian
xmalloc(3pub) - debian
xmemdup(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
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph