💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › shpPackages › preprocessor › pr… captured on 2024-07-09 at 00:18:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

forb

Log

Files

Refs

README

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);