summaryrefslogtreecommitdiff
path: root/uint32.h2
blob: 716430d99a5f46b27dea64bf570405f47beca1e3 (plain)
1
2
3
4
5
6
#ifndef UINT32_H
#define UINT32_H

typedef unsigned long uint32;

#endif