歌词解析: 解析到每一行的歌词,添加延时函数

This commit is contained in:
2023-07-22 15:15:41 +08:00
parent e73b06afa5
commit d69cf117d5
9 changed files with 75 additions and 19 deletions
@@ -0,0 +1,7 @@
#ifndef __TIME_DELAY_H__
#define __TIME_DELAY_H__
// 自封装延时函数
void time_delay(int sec);
#endif