IO: Separate platform specific implementations

This commit is contained in:
Linus Dierheimer
2023-01-28 12:40:12 +01:00
parent 2c51d55ba2
commit a1ea7804f3
29 changed files with 243 additions and 227 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "fastfetch.h"
#include "common/processing.h"
#include "common/io.h"
#include "common/io/io.h"
#include <stdlib.h>
#include <unistd.h>