tg/loop.h

5 lines
62 B
C
Raw Normal View History

2013-10-03 16:38:25 +04:00
#ifndef __LOOP_H__
#define __LOOP_H__
int loop (void);
#endif