Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. typedef long unsigned int  size_t;
  2. typedef unsigned long long u64int;
  3. typedef          long long s64int;
  4. typedef unsigned int    u32int;
  5. typedef          int    s32int;
  6. typedef unsigned short  u16int;
  7. typedef          short  s16int;
  8. typedef unsigned char   u8int;
  9. typedef          char   s8int;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement