修复了PrintState函数返回栈地址的问题

This commit is contained in:
2022-05-20 19:31:12 +08:00
parent 415d871524
commit a9200ede29
3 changed files with 64 additions and 71 deletions

View File

@@ -29,6 +29,6 @@ int ReadInput(char* inputString);
* @param rails 轨道链表
* @return 返回需输出的字符串
*/
char* PrintState();
void PrintState(char *str);
#endif //AUTO_PILOT_BUS_BUS_IO_H