Files
fastfetch/src/common/processing.h
T

12 lines
273 B
C
Raw Normal View History

#pragma once
#ifndef FF_INCLUDED_common_processing
#define FF_INCLUDED_common_processing
#include "util/FFstrbuf.h"
2022-09-21 16:03:51 +08:00
const char* ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]);
const char* ffProcessAppendStdErr(FFstrbuf* buffer, char* const argv[]);
#endif