Files
fastfetch/src/detection/memory/memory_nosupport.c
T
2024-06-16 01:02:48 +08:00

7 lines
118 B
C

#include "memory.h"
const char* ffDetectMemory(FFMemoryResult* ram)
{
return "Not supported on this platform";
}