release
[hcoop/zz_old/debian/djbdns.git] / uint64.h1
CommitLineData
dc0d77d7
CE
1#ifndef UINT64_H
2#define UINT64_H
3
4/* sysdep: -ulong64 */
5
6typedef unsigned long long uint64;
7
8#endif