dish/loop.h
2022-09-18 13:14:54 +08:00

4 lines
No EOL
52 B
C

#ifndef _LOOP_H_
#define _LOOP_H_
int loop();
#endif