mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 00:10:38 +01:00
Divide source code from other stuff
This commit is contained in:
10
src/extended.h
Normal file
10
src/extended.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __EXTENDED__
|
||||
#define __EXTENDED__
|
||||
|
||||
#define MASK 0xFF
|
||||
#include "cpuid.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
char* getString_CPUName();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user