7 lines
96 B
C
7 lines
96 B
C
typedef struct {
|
|
int pid;
|
|
double timestamp;
|
|
long notused;
|
|
} Message;
|
|
|
|
double dtime(void); |