aboutsummaryrefslogtreecommitdiff
path: root/uint64.h2
blob: 8a0f315349df761cd84db1aa73a5bba700590a25 (plain)
1
2
3
4
5
6
7
8
#ifndef UINT64_H
#define UINT64_H

/* sysdep: +ulong64 */

typedef unsigned long uint64;

#endif