ASR3/ASR3.1/TP05 Pointeurs Signaux/exo1/helpers.h

6 lines
123 B
C
Raw Normal View History

2021-11-15 17:44:02 +01:00
#ifndef _HELPERS_H
#define _HELPERS_H
int set_signal_handler(int signo, void (*handler)(int));
double tstamp(void);
#endif