summary refs log tree commit diff
path: root/src/uint64.h2
blob: 8869e43df2a03776ec9fda5cf62cc8c7957e2bfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* Public domain. */

#ifndef UINT64_H
#define UINT64_H

/* sysdep: +ulong64 */

typedef unsigned long uint64;

#endif