📄 msg.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _msg_P
#define _msg_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/msg.c */
Void noteStat _P_(( Char *s,
...
));
Void noteDebug _P_(( Char *s,
...
));
Void noteDetail _P_(( Char *s,
...
));
Void noteProgress _P_(( Char *s,
...
));
Void noteProgressNoNL _P_(( Char *s,
...
));
Void noteWarning _P_(( Char *s,
...
));
Void noteError _P_(( Char *s,
...
));
Void noteErrorNoPre _P_(( Char *s,
...
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _msg_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -