/* 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