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