libowfat/uint64.h

8 lines
110 B
C

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