💾 Archived View for gmi.noulin.net › gitRepositories › preprocessor › file › preprocessor.h.gmi captured on 2024-08-19 at 05:16:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

preprocessor

Log

Files

Refs

LICENSE

preprocessor.h (260B)

     1 
     2 #include "libsheepyObject.h"
     3 
     4 smallArrayt *preprocess(char *filename);
     5 
     6 #define isPreprocessorCompiledWithCurrentLisheepyVersion checkLibsheepyVersionPreprocessor(LIBSHEEPY_VERSION)
     7 bool checkLibsheepyVersionPreprocessor(const char *currentLibsheepyVersion);