/* * Copyright (C) 2021 Alibaba Group Holding Limited * Author: LuChongzhi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __LOG_COMMON_H__ #define __LOG_COMMON_H__ #include #include #include #include #include int printf_green(char *fmt, ...); int printf_red(char *fmt, ...); #endif /* __LOG_COMMON_H__ */