/****************************************************************************** * * Copyright (c) 2017-2019 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file print.h * @author Ilja Kartašov * @brief * * @see https://lowenware.com/ */ #ifndef LOG_H_AE38CD54_2822_47A5_AFB1_E785739FA01D #define LOG_H_AE38CD54_2822_47A5_AFB1_E785739FA01D #include void k_log_init(void); Ki32 k_logs(const Ki8 *string); Ki32 k_logi(Ki64 value, Ku8 base); Ki32 k_logu(Ku64 value, Ku8 base); #endif /* !LOG_H */