Move ov000 documentation from Ghidra

This commit is contained in:
Aetias
2025-01-19 11:58:47 +01:00
parent 4c60dda140
commit e1d2f0b168
25 changed files with 338 additions and 221 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _C_STDDEF_H
#define _C_STDDEF_H
#define NULL 0
typedef unsigned int size_t;
#endif