libowfat/uint64.h
2007-06-28 13:38:08 +00:00

10 lines
114 B
C

#ifndef UINT64_H
#define UINT64_H
#include <inttypes.h>
typedef uint64_t uint64;
typedef int64_t int64;
#endif