9 lines
73 B
C
9 lines
73 B
C
|
#ifndef INC_CTRL_H
|
||
|
#define INC_CTRL_H
|
||
|
|
||
|
|
||
|
int ctrl_exit(void *d);
|
||
|
|
||
|
|
||
|
#endif
|