Declare wchar_t in inttypes.h.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-07-19 22:58:02 +02:00
parent 5a127a429c
commit cba75809fe
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@
__BEGIN_DECLS
@include(wchar_t.h)
intmax_t imaxabs(intmax_t);
/* TODO: imaxdiv */
intmax_t strtoimax(const char* __restrict, char** __restrict, int);