dish/loop.h

4 lines
52 B
C
Raw Normal View History

2022-09-18 05:14:30 +00:00
#ifndef _LOOP_H_
#define _LOOP_H_
int loop();
#endif