source: src/prelude/extras.c@ b96ec83

ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since b96ec83 was 7aa257ae, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

add typedefs for char16_t, char32_t, and wchar_t to extras.cf

  • Property mode set to 100644
File size: 218 bytes
RevLine 
[7aa257ae]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 TracBrowser for help on using the repository browser.