29bb8facc7
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 lines
88 B
C
8 lines
88 B
C
#ifndef UINT64_H
|
|
#define UINT64_H
|
|
|
|
#include <stdint.h>
|
|
typedef uint64_t uint64;
|
|
|
|
#endif
|