xref
: /
AliOS-Things-master
/
components
/
libc_stub
/
compilers
/
iar
/
sys
/
signal.h
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
_SIGNAL_H_
2
#
define
_SIGNAL_H_
3
4
#
define
SIGALRM
14
5
6
#
endif
7
// eof
8
9