8 lines
59 B
C
8 lines
59 B
C
|
#ifndef PRIVATE_H
|
||
|
#define PRIVATE_H
|
||
|
|
||
|
void priv();
|
||
|
|
||
|
#endif
|
||
|
|