mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
libc/Kconfig: Break big Kconfig up into separate Kconfig files in each libc subdirectory.
This commit is contained in:
@@ -203,7 +203,9 @@ long double strtold(FAR const char *str, FAR char **endptr);
|
||||
#ifdef CONFIG_HAVE_LONG_LONG
|
||||
#define atoll(nptr) strtoll((nptr), NULL, 10)
|
||||
#endif
|
||||
#ifdef CONFIG_HAVE_DOUBLE
|
||||
#define atof(nptr) strtod((nptr), NULL)
|
||||
#endif
|
||||
|
||||
/* Binary to string conversions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user