mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
7 lines
146 B
C
7 lines
146 B
C
#include "fastfetch.h"
|
|
|
|
void ffPrintKernel(FFstate* state)
|
|
{
|
|
ffPrintLogoAndKey(state, "Kernel");
|
|
printf("%s\n", state->utsname.release);
|
|
} |