5 lines
62 B
C
5 lines
62 B
C
|
#ifndef __LOOP_H__
|
||
|
#define __LOOP_H__
|
||
|
int loop (void);
|
||
|
#endif
|