mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Divide source code from other stuff
This commit is contained in:
6
src/global.h
Normal file
6
src/global.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __GLOBAL__
|
||||
#define __GLOBAL__
|
||||
|
||||
void printError(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user