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