add csv export
This commit is contained in:
@@ -20,4 +20,7 @@ void todo_print_item(TodoItem *item);
|
||||
|
||||
// Serialization
|
||||
char *todo_item_serialize(TodoItem *item, int *buffer_size_out);
|
||||
|
||||
// Exports
|
||||
void todo_export_as_csv(TodoItem *items, int item_count, const char *filename);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user