2022-09-18 06:46:23 +00:00
|
|
|
/*
|
|
|
|
* @Author: 1ridic
|
|
|
|
* @Date: 2022-09-18 14:14:19
|
2022-09-20 14:29:59 +00:00
|
|
|
* @Last Modified by: 1ridic
|
|
|
|
* @Last Modified time: 2022-09-20 22:24:24
|
2022-09-18 06:46:23 +00:00
|
|
|
*/
|
2022-09-18 05:14:30 +00:00
|
|
|
#ifndef _LOOP_H_
|
|
|
|
#define _LOOP_H_
|
2022-09-20 12:26:26 +00:00
|
|
|
#include "config.h"
|
2022-09-20 14:29:59 +00:00
|
|
|
void SIGINT_Handler(int dummy);
|
2022-09-18 05:14:30 +00:00
|
|
|
int loop();
|
|
|
|
#endif
|