Files
cpufetch/global.h
2018-06-22 20:36:56 +02:00

7 lines
86 B
C

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