mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user