aboutsummaryrefslogtreecommitdiffstats
path: root/stdlib.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-02-27 23:49:27 -0500
committerClyne Sullivan <tullivan99@gmail.com>2018-02-27 23:49:27 -0500
commit7b08dbbbe9a3dbe326a751497d27b9e187142eb8 (patch)
tree3aa146c3deb65f1e0a6bc8bf36664acad4357188 /stdlib.h
parent609ff568843dae9d003153509aaa0080aea7a303 (diff)
stable for calculator
Diffstat (limited to 'stdlib.h')
-rw-r--r--stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib.h b/stdlib.h
index 0001edc..b87a823 100644
--- a/stdlib.h
+++ b/stdlib.h
@@ -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_