1 2 3 4 5 6 7 8 9 10 11 12 13
#include <stdbool.h> #ifdef __cplusplus extern "C" { #endif extern bool start_crashpad(char* raw_handler, char* raw_datadir, char* raw_url); #ifdef __cplusplus } /* end extern "C" */ #endif