💾 Archived View for gmi.noulin.net › gitRepositories › simpleTemplates › file › simpleTemplates.h.gm… captured on 2024-08-18 at 18:52:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

simpleTemplates

Log

Files

Refs

LICENSE

simpleTemplates.h (422B)

     1 
     2 #include "libsheepyObject.h"
     3 
     4 
     5 // key values
     6 bool simpleTemplatesInsertFiles(char *templ, char *dst, smallDictt *keyFiles);
     7 // key file
     8 
     9 bool simpleTemplatesReplaceKeysWithValues(smallArrayt *index, smallDictt *pageValues);
    10 
    11 #define isSimpleTemplatesCompiledWithCurrentLisheepyVersion checkLibsheepyVersionSimpleTemplates(LIBSHEEPY_VERSION)
    12 bool checkLibsheepyVersionSimpleTemplates(const char *currentLibsheepyVersion);