摘要:
//Open and parse a M3U file:int M3U_open(char *fileName){ FILE *f; char lineText[512]; char chrLength[20]; char title[264]; struct M3U_songEntry *singleEntry; int playListCount = lPlayList.songCount; f = fopen(fileName, "rt"); if (f == NULL){ //Error opening file: ... 阅读全文
posted @ 2012-11-26 11:34
創丗仼
阅读(1147)
评论(0)
推荐(0)
浙公网安备 33010602011771号