Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
STRUNTABIFY(3)		     C Programmer's Manual		STRUNTABIFY(3)

NAME
       struntabify - convert tabs to spaces

SYNOPSIS
       #include	<publib.h>
       char *struntabify(char *str, size_t tabsize);

DESCRIPTION
       struntabify 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 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(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=struntabify&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help