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