解析用C CSV文件

问题描述:

有没有我可以用它来解析在C.我是在Linux系统上的CSV文件库。我知道这个但它是在C ++和我需要的东西在C别不想去通过调试和测试的疼痛,如果有人已经做到了。

Is there a library I can use to parse CSV files in C. I am on a Linux system. I know about this but it is in C++ and I need something in C. Don't want to go through the pain of debugging and testing if someone has already done it.

看看 libcs​​v ,这是一个CSV库用ANSI C89。

Take a look at libcsv, which is a CSV library written in ANSI C89.