Rockbox Development > Starting Development and Compiling
read from csv file
torne:
Rockbox does not have a complete C library; only the parts someone has found a need for. If it's not there in the plugin API it's not available for plugins, and if it's not there in the headers in firmware/export then it's probably not available at all.
If you can't avoid using things like that in your plugin, the easy way is to find a suitable implementation in a BSD/GPL-licensed C library and copy it into your plugin's source dir. There's not much point in them being added to Rockbox as they are not generally useful.
Navigation
[0] Message Index
[*] Previous page
Go to full version