10 lines
73 B
C
10 lines
73 B
C
|
#ifndef _MAKESTAT_H
|
||
|
#define _MAKESTAT_H
|
||
|
|
||
|
|
||
|
void MakeStat(void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|