This commit is contained in:
2025-11-07 15:21:24 +01:00
parent 9bf3a922b2
commit ef6ca77dc6
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef _HELPERS_H
#define _HELPERS_H
int set_signal_handler(int signo, void (*handler)(int));
double tstamp(void);
#endif