libowfat/uint64.h

10 lines
114 B
C
Raw Normal View History

2001-02-02 17:54:47 +00:00
#ifndef UINT64_H
#define UINT64_H
#include <inttypes.h>
typedef uint64_t uint64;
typedef int64_t int64;
2001-02-02 17:54:47 +00:00
#endif