mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
f9fa482b83
in case $LC_* envs are not set ( macOS )
11 lines
200 B
C
11 lines
200 B
C
#pragma once
|
|
|
|
#ifndef FF_INCLUDED_common_processing
|
|
#define FF_INCLUDED_common_processing
|
|
|
|
#include "util/FFstrbuf.h"
|
|
|
|
const char* ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]);
|
|
|
|
#endif
|