mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
12 lines
180 B
C
12 lines
180 B
C
#pragma once
|
|
|
|
#include "fastfetch.h"
|
|
|
|
typedef struct FFSwapResult
|
|
{
|
|
uint64_t bytesUsed;
|
|
uint64_t bytesTotal;
|
|
} FFSwapResult;
|
|
|
|
const char* ffDetectSwap(FFSwapResult* swap);
|