8 lines
89 B
C
8 lines
89 B
C
![]() |
#ifndef INIT_H
|
||
|
#define INIT_H
|
||
|
|
||
|
void init(int argc, char **argv);
|
||
|
void cleanup();
|
||
|
|
||
|
#endif
|