Reading Files usic CFS library
Tagliente-Simone opened this issue · 0 comments
Tagliente-Simone commented
Hello everyone! I'm using the cfs library of contiking to read a dataset from a file. The function that I use to read the file is cfs_read but actually that functions reads the entire file and puts it in a buffer string that I have to declare. Is there a way that allows me to read the file line by line and save each line in a shorter buffer string?