libowfat/uint64.h
2003-08-03 22:24:32 +00:00

8 lines
110 B
C

#ifndef UINT64_H
#define UINT64_H
typedef unsigned long long uint64;
typedef signed long long int64;
#endif