spz-lab4/inc/ctrl.h

9 lines
73 B
C
Raw Normal View History

2025-04-23 22:51:00 +03:00
#ifndef INC_CTRL_H
#define INC_CTRL_H
int ctrl_exit(void *d);
#endif