(budg): Create the capital/city name from the d_name field instead of

hard coding the strings.

(plurize): New.
This commit is contained in:
Ron Koenderink 2005-11-13 21:23:44 +00:00
parent 2f1b7cd2a3
commit fdcbb5912d
3 changed files with 33 additions and 6 deletions

View file

@ -139,6 +139,7 @@ extern s_char *numstr(s_char buf[], int n);
extern s_char *esplur(int n);
extern s_char *splur(int n);
extern s_char *iesplur(int n);
extern char *plurize(char *buf, int max_len, int n);
extern char *getstarg(char *input, char *prompt, char buf[]);
extern char *getstring(char *prompt, char buf[]);
extern char *ugetstring(char *prompt, char buf[]);