source: libcfa/prelude/extras.c @ ada0246d

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since ada0246d was 34737de, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

add intptr_t and uintptr_t to extras

  • Property mode set to 100644
File size: 308 bytes
RevLine 
[34737de]1#include <stddef.h>                                     // size_t, ptrdiff_t, intptr_t, uintptr_t
[201aeb9]2#include <stdint.h>                                     // intX_t, uintX_t, where X is 8, 16, 32, 64
[7aa257a]3#include <uchar.h>                                      // char16_t, char32_t
4#include <wchar.h>                                      // wchar_t
5#include <stdlib.h>                                     // malloc, free, exit, atexit, abort
6#include <stdio.h>                                      // printf
Note: See TracBrowser for help on using the repository browser.