mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
11 lines
193 B
C
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
|