r305_dm/TP4/Exo3/helpers.h

8 lines
125 B
C
Raw Normal View History

2023-10-12 09:39:37 +02:00
#ifndef _HELPERS_H
#define _HELPERS_H
int set_signal_handler(int signo, void (*handler)(int));
double tstamp(void);
#endif