#pragma once #include /** * \defgroup whb_log_cafe Cafe OS System Log Output * \ingroup whb * @{ */ #ifdef __cplusplus extern "C" { #endif BOOL WHBLogCafeInit(); BOOL WHBLogCafeDeinit(); #ifdef __cplusplus } #endif /** @} */