1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

View file

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