Created sighandler.h
This commit is contained in:
6
include/types/sighandler.h
Normal file
6
include/types/sighandler.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef QUARK_SIGHANDLER_H
|
||||
#define QUARK_SIGHANDLER_H
|
||||
|
||||
typedef unsigned long (*signal_handler_t)(void*, void*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user