#pragma once #if defined(__cplusplus) extern "C" { #endif void app_main(); #if defined(__cplusplus) } #endif