diff options
Diffstat (limited to 'uint32.h2')
| -rw-r--r-- | uint32.h2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uint32.h2 b/uint32.h2 new file mode 100644 index 0000000..716430d --- /dev/null +++ b/uint32.h2 | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef UINT32_H | ||
| 2 | #define UINT32_H | ||
| 3 | |||
| 4 | typedef unsigned long uint32; | ||
| 5 | |||
| 6 | #endif | ||
