Skip to content

yskcg/read_file_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read_file_line

c 语言实现读取指定文件中指定行 ###interface function

char * read_file_line(char *path,int line)

###usage

char *buf =NULL; buf = read_file_line("xxx/yyy",1); printf("line one content is:%s\n",buf); free(buf); 

About

嵌入式中读取小文件中制定行内容,C语言实现

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages