fmt_minus(3) Library Functions Manual fmt_minus(3)NAMEfmt_minus - write '-' for negative integersSYNTAX#include <fmt.h> size_t fmt_minus(char *dest,signed int source);DESCRIPTIONfmt_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 ALSOfmt_plusminus(3), scan_plusminus(3) fmt_minus(3)
| Related Man Pages |
|---|
| strncat(3) - centos |
| wcsnrtombs(3) - redhat |
| wcsrtombs(3) - redhat |
| strncat(3) - debian |
| strncat(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| My first PERL incarnation... Audio Oscillograph |