mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Add delink POSIX script
Also reworked the directory structure a little.
This commit is contained in:
parent
7e1785e466
commit
fe20d64d27
14 changed files with 81 additions and 14 deletions
12
src/Std.hpp
Normal file
12
src/Std.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* JSRF Decompilation: Std.hpp
|
||||
C(++) standard library definitions. Implemented in the repository instead of
|
||||
linking to an outside stdlib to ensure consistency (this may not actually be
|
||||
possible to accomplish, but we'll go for it for now).
|
||||
*/
|
||||
|
||||
#ifndef STD_HPP
|
||||
#define STD_HPP
|
||||
|
||||
#define NULL 0
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue