Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/extras.regx

    r7aa257ae r201aeb9  
    11typedef.* size_t;
    22typedef.* ptrdiff_t;
     3typedef.* int8_t;
     4typedef.* int16_t;
     5typedef.* int32_t;
     6typedef.* int64_t;
     7typedef.* uint8_t;
     8typedef.* uint16_t;
     9typedef.* uint32_t;
     10typedef.* uint64_t;
    311typedef.* char16_t;
    412typedef.* char32_t;
Note: See TracChangeset for help on using the changeset viewer.