MtFmt
1.0.0
MtFmt is a format library on embed. system and wrote by pure C.
载入中...
搜索中...
未找到
inc
mtfmt.h
浏览该文件的文档.
1
// SPDX-License-Identifier: LGPL-3.0
12
#if !defined(_INCLUDE_MTFMT_H_)
13
#define _INCLUDE_MTFMT_H_
14
#include "
mm_cfg.h
"
15
#include "
mm_fmt.h
"
16
#include "
mm_heap.h
"
17
#include "
mm_io.h
"
18
#include "
mm_result.h
"
19
#include "
mm_string.h
"
20
#include "
mm_type.h
"
21
#endif
// _INCLUDE_MTFMT_H_
mm_cfg.h
配置选项
mm_fmt.h
字符串格式化
mm_heap.h
堆内存管理
mm_io.h
IO
mm_result.h
结果类型
mm_string.h
字符串
mm_type.h
type alias和type def