15 lines
130 B
C
15 lines
130 B
C
|
#ifndef MISC_H
|
||
|
|
||
|
#define MISC_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void init_misc_cpp();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|