Add inttypes.h

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2989 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-10-10 00:20:09 +00:00
parent dc9d27c301
commit 3934b75366
3 changed files with 191 additions and 3 deletions
-1
View File
@@ -153,7 +153,6 @@ EXTERN long int labs(long int j);
#ifdef CONFIG_HAVE_LONG_LONG
EXTERN long long int llabs(long long int j);
#endif
EXTERN intmax_t imaxabs(intmax_t j);
/* Sorting */