| 0 | 0 | ||||
| }; | }; | ||||
| int NonAsciiNumber(int letter) | |||||
| static int NonAsciiNumber(int letter) | |||||
| { | { | ||||
| // Change non-ascii digit into ascii digit '0' to '9', (or -1 if not) | // Change non-ascii digit into ascii digit '0' to '9', (or -1 if not) | ||||
| const int *p; | const int *p; | ||||
| return 0; | return 0; | ||||
| } | } | ||||
| bool CheckThousandsGroup(char *word, int group_len) | |||||
| static bool CheckThousandsGroup(char *word, int group_len) | |||||
| { | { | ||||
| // Is this a group of 3 digits which looks like a thousands group? | // Is this a group of 3 digits which looks like a thousands group? | ||||
| int ix; | int ix; |