initial commit
This commit is contained in:
commit
146e7a85d6
25 changed files with 5283 additions and 0 deletions
15
common.h
Normal file
15
common.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef void V;
|
||||
typedef intptr_t I;
|
||||
typedef uintptr_t U;
|
||||
typedef double F;
|
||||
typedef size_t Z;
|
||||
typedef uint8_t U8;
|
||||
typedef uint32_t U32;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue