Trisurf Monte Carlo simulator
Samo Penic
2016-04-07 47d80d88e986fc039866c3a627ffe1140538d4b2
src/general.h
@@ -339,4 +339,11 @@
#define VTX(n) &(vlist->vtx[n])
#define VTX_DATA(n) vlist->vtx[n].data
/* FOR PID GENERATION ROUTINE */
#define CPF_CLOEXEC 1
int createPidFile(const char *progName, const char *pidFile, int flags);
int lockRegion(int fd, int type, int whence, int start, int len);
#endif