libc/Kconfig: Break big Kconfig up into separate Kconfig files in each libc subdirectory.

This commit is contained in:
Gregory Nutt
2017-02-10 09:32:55 -06:00
parent 24052710c1
commit de1b68dc4e
20 changed files with 1156 additions and 861 deletions
+2
View File
@@ -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 */