藤浩


私信TA

用户名:uq_65644879572

访问量:1789

签 名:

无限风光在险峰

等  级
排  名 2668
经  验 2200
参赛次数 0
文章发表 22
年  龄 21
在职情况 学生
学  校 麦当劳汉堡大学
专  业

  自我简介:

TA的其他文章


//main.c
#include<stdio.h>
#include<ctype.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
#include"other.h"  
int main(){
 char *temp = NULL;  
 char *song_line[100];
 int line_num, i;
 char *four[50];
 temp = open_file();  //open_file 打开文件
 LRC *head = NULL;
 line_num = strtok_deal(temp, song_line); //hang_strtok
 four_deal(song_line, four);
 line_num -= 4;
 for(i = 0; i < line_num; i++){
   song_line[i] = song_line[i+4];
 }
 head = divide_deal(song_line, line_num);
 song_print(head, four);
 return 0;
}

 

0.0分

0 人评分

  评论区

  • «
  • »