TetaTricks/code/my-fifo.h

7 lines
96 B
C

typedef struct {
int pid;
double timestamp;
long notused;
} Message;
double dtime(void);