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

/* sysdep: -ulong64 */

typedef unsigned long long uint64;

#endif