📄 helloworld.h
字号:
/**
******************************************************************************
* @file helloworld.h
* @author MCD Application Team
* @version V1.0.0
* @date 11/20/2009
* @brief This file contains all the functions prototypes for the helloworld.c
* file.
*****************************************************************************/
#ifndef __HELLOWERLOD_H
#define __HELLOWERLOD_H
#ifdef __cplusplus
extern "C" {
#endif
void HelloWorld_init(void);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -