mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
7 lines
86 B
C
7 lines
86 B
C
#ifndef __GLOBAL__
|
|
#define __GLOBAL__
|
|
|
|
void printError(const char *fmt, ...);
|
|
|
|
#endif
|