#include <limits.h>
#include <sfio/sfhdr.h>
Go to the source code of this file.
|
| static char * | Inf = "Inf" |
| |
| static char * | Zero = "0" |
| |
◆ SF_INFINITE
| #define SF_INFINITE ((_Sfi = 3), Inf) |
◆ SF_INTPART
◆ SF_ZERO
◆ _sfcvt()
| char * _sfcvt |
( |
void * |
dv, |
|
|
int |
n_digit, |
|
|
int * |
decpt, |
|
|
int * |
sign, |
|
|
int |
format |
|
) |
| |
- Parameters
-
| dv | value to convert |
| n_digit | number of digits wanted |
| decpt | return decimal point |
| sign | return sign |
| format | conversion format |
Definition at line 31 of file sfcvt.c.
References _Sfi, _Sfneg10, _Sfpos10, format, SF_IDIGITS, SF_INFINITE, SF_INTPART, SF_MAXDIGITS, SF_MAXEXP10, SF_ZERO, SFFMT_EFORMAT, sfucvt, sign(), and ulong.
Referenced by sfprint().
◆ Inf
◆ Zero