💾 Archived View for gmi.noulin.net › gitRepositories › ervy › file › ervy.c.gmi captured on 2023-07-10 at 15:52:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

ervy

Log

Files

Refs

README

LICENSE

ervy.c (161B)

     1 #include "libsheepyObject.h"
     2 
     3 bool checkLibsheepyVersionErvy(const char *currentLibsheepyVersion) {
     4   return eqG(currentLibsheepyVersion, LIBSHEEPY_VERSION);
     5 }
     6