dish/loop.h
2022-09-20 20:26:26 +08:00

11 lines
No EOL
207 B
C

/*
* @Author: 1ridic
* @Date: 2022-09-18 14:14:19
* @Last Modified by: 1ridic
* @Last Modified time: 2022-09-18 14:14:19
*/
#ifndef _LOOP_H_
#define _LOOP_H_
#include "config.h"
int loop();
#endif