mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
15 lines
192 B
C
15 lines
192 B
C
#ifndef MSL_COMMON_SRC_SIGNAL_H
|
|
#define MSL_COMMON_SRC_SIGNAL_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int raise(int sig);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* MSL_COMMON_SRC_SIGNAL_H */
|