40 g__fmt(b, s, se, decpt, sign)
char* b;
46 g__fmt(
char *b,
char *s,
const char *se,
int decpt,
ULong sign)
53 #define decimalpoint '.' 61 if(decpt <= -4 || decpt > se - s + 5)
68 while((*b = *s++) != 0)
86 for(j = 2, k = 10; 10 * k <= decpt; j++, k *= 10)
105 for(; decpt < 0; decpt++)
111 while((*b = *s++) != 0)
120 while((*b = *s++) != 0)
123 if(--decpt == 0 && *s)
130 for(; decpt > 0; decpt--)
char * g__fmt(char *b, char *s, const char *se, int decpt, ULong sign)
struct lconv * localeconv(void)