simple note taking app in C
- feature: struct Notes saving everything about notes from user for easier reading from memory - feature: remove note from file (currently removing whole file but will fix in next commits - code improvement: const variables - bug fix: free all allocated memory |
||
|---|---|---|
| .gitignore | ||
| Makefile | ||
| notes.c | ||
| notes.h | ||