diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-27 23:49:27 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-27 23:49:27 -0500 |
commit | 7b08dbbbe9a3dbe326a751497d27b9e187142eb8 (patch) | |
tree | 3aa146c3deb65f1e0a6bc8bf36664acad4357188 /stdlib.h | |
parent | 609ff568843dae9d003153509aaa0080aea7a303 (diff) |
stable for calculator
Diffstat (limited to 'stdlib.h')
-rw-r--r-- | stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ char *snprintf(char *buf, unsigned int max, const char *format, ...); float strtof(const char *s, char **endptr); -extern int atoi(const char *); +int atoi(const char *); #endif // STDLIB_H_ |