歌词解析: 解析到每一行的歌词,添加延时函数
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef __TIME_DELAY_H__
|
||||
#define __TIME_DELAY_H__
|
||||
|
||||
// 自封装延时函数
|
||||
void time_delay(int sec);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user