Refactor: move parsing functions to own header

This commit is contained in:
Linus Dierheimer
2022-07-25 13:59:19 +02:00
parent 5c73125693
commit c41a29a5c1
19 changed files with 42 additions and 16 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "fastfetch.h"
#include "common/printing.h"
#include "common/parsing.h"
#include <stdlib.h>
#include <string.h>