ervy

Bring charts to terminal.
git clone https://noulin.net/git/ervy.git
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