SCR/SCR3.1/devoir27/ex2/helpers.h

8 lines
125 B
C
Raw Normal View History

2023-12-10 15:48:26 +01:00
#ifndef _HELPERS_H
#define _HELPERS_H
int set_signal_handler(int signo, void (*handler)(int));
double tstamp(void);
#endif