spz-lab4/inc/ctrl.h

9 lines
73 B
C

#ifndef INC_CTRL_H
#define INC_CTRL_H
int ctrl_exit(void *d);
#endif