Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/extras.c

    r375a068 r7aa257ae  
    1 #include <stddef.h>
    2 #include <stdlib.h>
    3 #include <stdio.h>
     1#include <stddef.h>                                     // size_t, ptrdiff_t
     2#include <uchar.h>                                      // char16_t, char32_t
     3#include <wchar.h>                                      // wchar_t
     4#include <stdlib.h>                                     // malloc, free, exit, atexit, abort
     5#include <stdio.h>                                      // printf
Note: See TracChangeset for help on using the changeset viewer.