C2A_Core
print.c
[詳解]
1
5
// printはHW依存性が強いため,ヘッダーはcoreにおき,適宜userからオーバーライドする
6
// ビルド対象にて選択する
7
#include "
print.h
"
8
9
void
Printf
(
const
char
* format, ...)
10
{
11
}
print.h
HW 依存 Print, つまり ログ情報のフォーマット出力(デバッグ出力)
Printf
void Printf(const char *format,...)
Definition:
print.c:9
src
src_core
Library
print.c
構築:
1.9.1