mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
refactored project structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "fastfetch.h"
|
||||
|
||||
void ffPrintKernel(FFstate* state)
|
||||
{
|
||||
ffPrintLogoAndKey(state, "Kernel");
|
||||
printf("%s\n", state->utsname.release);
|
||||
}
|
||||
Reference in New Issue
Block a user