(budg): Create the capital/city name from the d_name field instead of
hard coding the strings. (plurize): New.
This commit is contained in:
parent
2f1b7cd2a3
commit
fdcbb5912d
3 changed files with 33 additions and 6 deletions
|
@ -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[]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue