💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › shpPackages › preprocessor › pr… captured on 2023-01-29 at 13:25:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

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