📄 car.h
字号:
/*****************************************************
car.c - simulates the behavior of a car
----------------------------------------------------
The function SimulateCar should be called in regular
interval (100ms)
*****************************************************/
#ifndef __CAR_H_
#define __CAR_H_
#include "hidef.h" /* this file declares symbols user by the CodeWarrior environment */
void SimulateCar(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -