StudyPlanner/src/db.c

14 lines
197 B
C
Raw Normal View History

/*
* INPUT: query for previous state
* linked list of tasks to store
*
* OUTPUT:
* linked list of tasks from file
* OK
*
*
*/
2024-12-10 17:42:45 +01:00
#include "planner.h"
#include <stdio.h>