7 lines
65 B
C
7 lines
65 B
C
|
#ifndef _PROGRAM_H_
|
||
|
#define _PROGRAM_H_
|
||
|
|
||
|
void initial();
|
||
|
|
||
|
#endif
|