2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add strtonum.c to compat for simpler number parsing.

This commit is contained in:
Todd C. Miller
2013-12-10 14:38:52 -07:00
parent 7dabe334b3
commit f83eac40eb
8 changed files with 176 additions and 2 deletions

View File

@@ -446,6 +446,9 @@ char *strsignal(int);
#ifndef HAVE_SIG2STR
int sig2str(int, char *);
#endif
#ifndef HAVE_STRTONUM
long long strtonum(const char *, long long, long long, const char **);
#endif
void initprogname(const char *);
#endif /* _SUDO_MISSING_H */