mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
8 lines
118 B
C
8 lines
118 B
C
#include "fastfetch.h"
|
|
|
|
void ffPrintBreak(FFinstance* instance)
|
|
{
|
|
ffLogoPrintLine(instance);
|
|
putchar('\n');
|
|
}
|