Trisurf Monte Carlo simulator
Samo Penic
2016-04-07 fca8d60f638858f1582d255fc62b17837f83ec28
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