Debianization, and minor fixes.
[fastforward] / uint32.h2
CommitLineData
8d5530c4
MW
1#ifndef UINT32_H
2#define UINT32_H
3
4typedef unsigned long uint32;
5
6#endif