mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Eliminating GCC dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ EXTERN int atexit(void (*func)(void));
|
||||
/* String to binary conversions */
|
||||
#define atoi(nptr) strtol((nptr), (char**)NULL, 10)
|
||||
EXTERN long strtol(const char *, char **, int);
|
||||
EXTERN double strtod(const char *, char **);
|
||||
EXTERN double_t strtod(const char *, char **);
|
||||
|
||||
/* Memory Management */
|
||||
EXTERN void *malloc(size_t);
|
||||
|
||||
Reference in New Issue
Block a user