StudyPlanner/src/db.c

21 lines
406 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
2024-12-13 18:44:02 +01:00
/************************************************************
*Create a database and handel it
*Created by Jan on 13.12.2024.
*
************************************************************/
#include <stdio.h>
2024-12-13 18:44:02 +01:00
#include <time.h>
#include "planner.h"