tg/loop.h
2013-10-03 16:38:25 +04:00

5 lines
62 B
C

#ifndef __LOOP_H__
#define __LOOP_H__
int loop (void);
#endif