45 for (len = 0; number[len]; len++)
46 if (number[len] ==
'.')
52 if ((comma = len % 3)) {
58 for (comma = 0; number[i]; comma++) {
61 if (comma && (comma % 3 == 0))
89 for (
b = buf; *
b;
b++)
void G_remove_commas(char *buf)
Removes commas from number string.
int G_insert_commas(char *buf)
Inserts commas into a number string.