13 lines
167 B
C
13 lines
167 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void pre_bootstrap(int argc, char *argv[]);
|
|
void bootstrap(int argc, char *argv[]);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|