debian man page for fmt_plusminus

Query: fmt_plusminus

OS: debian

Section: 3

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

fmt_plusminus(3)					     Library Functions Manual						  fmt_plusminus(3)

NAME
fmt_plusminus - write '+' or '-'
SYNTAX
#include <fmt.h> size_t fmt_plusminus(char *dest,signed int source);
DESCRIPTION
fmt_plusminus writes '-' to dest if source is negative, '+' if source is positive, nothing otherwise. It returns the number of bytes writ- ten. fmt_plusminus does not append . If dest equals FMT_LEN (i.e. is zero), fmt_plusminus returns the number of bytes it would have written.
SEE ALSO
fmt_minus(3), scan_plusminus(3) fmt_plusminus(3)
Related Man Pages
strcat(3) - centos
strcat(3) - linux
th_wcstrcoll(centos) - centos
th_wcstrxfrm(centos) - centos
thwcoll.h(centos) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph