6 lines
73 B
C
6 lines
73 B
C
|
#ifndef _HOMECYCLE_H
|
||
|
#define _HOMECYCLE_H
|
||
|
|
||
|
void doHomework(void);
|
||
|
|
||
|
#endif
|