chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / uint32.h1
CommitLineData
2117e02e
MW
1#ifndef UINT32_H
2#define UINT32_H
3
4typedef unsigned int uint32;
5
6#endif