716430d99a5f46b27dea64bf570405f47beca1e3
[fastforward] / uint32.h2
1 #ifndef UINT32_H
2 #define UINT32_H
3
4 typedef unsigned long uint32;
5
6 #endif