(plurize): Fix the strncat() len parameter to prevent an overflow of buf.
(numstr, esplur, splur, iesplur, plurize): Move the prototype defintions from misc.h to prototypes.h. Remove unneccessary headers in plur.c.
This commit is contained in:
parent
fdcbb5912d
commit
d581485d32
3 changed files with 15 additions and 13 deletions
|
@ -135,11 +135,6 @@ extern int daemonize;
|
|||
double dmax(double n1, double n2);
|
||||
double dmin(double n1, double n2);
|
||||
|
||||
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