source: libcfa/prelude/extras.c @ bf71cfd

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since bf71cfd was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

  • Property mode set to 100644
File size: 287 bytes
Line 
1#include <stddef.h>                                     // size_t, ptrdiff_t
2#include <stdint.h>                                     // intX_t, uintX_t, where X is 8, 16, 32, 64
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.