#ifndef APP_RESULT_H #define APP_RESULT_H void app_result_print_ok(const char *msg); void app_result_print_err(const char *msg); #endif