debian man page for fmt_minus

Query: fmt_minus

OS: debian

Section: 3

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

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
strcat(3) - centos
strcat(3) - linux
wcstombs(3) - linux
wcsrtombs(3) - redhat
strncat(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file