Changes in / [c101756:61dbb54]


Ignore:
Location:
libcfa/prelude
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/extras.c

    rc101756 r61dbb54  
    1 #include <stddef.h>                                     // size_t, ptrdiff_t, intptr_t, uintptr_t
     1#include <stddef.h>                                     // size_t, ptrdiff_t
    22#include <stdint.h>                                     // intX_t, uintX_t, where X is 8, 16, 32, 64
    33#include <uchar.h>                                      // char16_t, char32_t
  • libcfa/prelude/extras.regx

    rc101756 r61dbb54  
    11typedef.* size_t;
    22typedef.* ptrdiff_t;
    3 typedef.* intptr_t;
    4 typedef.* uintptr_t;
    53typedef.* __int8_t;
    64typedef.* __int16_t;
Note: See TracChangeset for help on using the changeset viewer.