Adafruit IO Arduino Library
|
Functions | |
char ** | parse_csv (const char *line) |
Extracts a NULL-terminated array of strings, one for every cell in the row. More... | |
Adafruit invests time and resources providing this open source code. Please support Adafruit and open source hardware by purchasing products from Adafruit!
Copyright (c) 2015-2016 Adafruit Industries Authors: Tony DiCola, Todd Treece Licensed under the MIT license.
All text above must be included in any redistribution.
char** parse_csv | ( | const char * | line | ) |
Extracts a NULL-terminated array of strings, one for every cell in the row.
line | String containing linebreaks or no linebreaks, escaped by "double quotes". |