Trisurf Monte Carlo simulator
Samo Penic
2017-02-19 cb2faf7217a026ad114935c1fd71c96240c30055
Added library version checking
2 files modified
5 ■■■■■ changed files
src/general.c 4 ●●●● patch | view | raw | blame | history
src/general.h 1 ●●●● patch | view | raw | blame | history
src/general.c
@@ -135,3 +135,7 @@
    return lockReg(fd, F_SETLK, type, whence, start, len);
}
char *libVersion(){
    return TS_VERSION;
}
src/general.h
@@ -373,4 +373,5 @@
int createPidFile(const char *progName, const char *pidFile, int flags);
int lockRegion(int fd, int type, int whence, int start, int len);
char *libVersion();
#endif