Files
cpufetch/src/global.h
2018-06-23 13:04:42 +02:00

7 lines
86 B
C

#ifndef __GLOBAL__
#define __GLOBAL__
void printError(const char *fmt, ...);
#endif