summary refs log tree commit diff
path: root/src/uint64.h1
blob: 486a3803e789215c791227719ecd3c20fee3d7a1 (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 long uint64;

#endif