r305_dm/TP4/Exo2/helpers.h
2023-10-11 10:56:50 +02:00

8 lines
125 B
C

#ifndef _HELPERS_H
#define _HELPERS_H
int set_signal_handler(int signo, void (*handler)(int));
double tstamp(void);
#endif