refactored project structure

This commit is contained in:
Linus Dierheimer
2021-02-27 16:40:05 +01:00
parent 558639086a
commit b44ab16dd1
26 changed files with 219 additions and 211 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "fastfetch.h"
void ffPrintKernel(FFstate* state)
{
ffPrintLogoAndKey(state, "Kernel");
printf("%s\n", state->utsname.release);
}