mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
11 lines
196 B
C
11 lines
196 B
C
#pragma once
|
|
|
|
#ifndef FF_INCLUDED_detection_processes_processes
|
|
#define FF_INCLUDED_detection_processes_processes
|
|
|
|
#include "fastfetch.h"
|
|
|
|
const char* ffDetectProcesses(uint32_t* result);
|
|
|
|
#endif
|