fmt_minus(3) debian man page | unix.com

Man Page: fmt_minus

Operating Environment: debian

Section: 3

fmt_minus(3)						     Library Functions Manual						      fmt_minus(3)

NAME
fmt_minus - write '-' for negative integers
SYNTAX
#include <fmt.h> size_t fmt_minus(char *dest,signed int source);
DESCRIPTION
fmt_minus writes '-' if source is negative, nothing otherwise. It returns the number of bytes written. fmt_minus does not append . If dest equals FMT_LEN (i.e. is zero), fmt_minus returns the number of bytes it would have written.
SEE ALSO
fmt_plusminus(3), scan_plusminus(3) fmt_minus(3)
Related Man Pages
strncat(3) - centos
wcstombs(3) - centos
wcstombs(3) - linux
wcsnrtombs(3) - redhat
wcstombs(3) - redhat
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph