7 lines
59 B
C
7 lines
59 B
C
|
#ifndef __ABOUT_H
|
||
|
#define __ABOUT_H
|
||
|
|
||
|
void about();
|
||
|
|
||
|
#endif
|