Files
fastfetch/src/common/processing.h
T
2022-07-25 14:45:41 +02:00

11 lines
193 B
C

#pragma once
#ifndef FF_INCLUDED_common_processing
#define FF_INCLUDED_common_processing
#include "util/FFstrbuf.h"
void ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]);
#endif