init
This commit is contained in:
BIN
build/util.a
Normal file
BIN
build/util.a
Normal file
Binary file not shown.
16
build/util.h
Executable file
16
build/util.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#ifndef UTIL_H_
|
||||
#define UTIL_H_
|
||||
|
||||
/*
|
||||
* Aliases for concise data types
|
||||
*/
|
||||
|
||||
typedef char i8;
|
||||
typedef unsigned int u16;
|
||||
typedef int i16;
|
||||
typedef unsigned long u32;
|
||||
typedef long i32;
|
||||
typedef unsigned long long u64;
|
||||
typedef long long i64;
|
||||
|
||||
#endif
|
||||
BIN
build/util.o
Normal file
BIN
build/util.o
Normal file
Binary file not shown.
Reference in New Issue
Block a user