decompile memcpy

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-16 13:52:40 -03:00
parent 003384482a
commit 4985931714
4 changed files with 21 additions and 3 deletions
+2
View File
@@ -57,6 +57,8 @@ typedef volatile long long vs64; /* signed 64-bit */
typedef float f32; /* single prec floating point */
typedef double f64; /* double prec floating point */
typedef u32 size_t;
#endif /* _LANGUAGE_C */