8 lines
93 B
C
8 lines
93 B
C
#include <cpuinfo.h>
|
|
|
|
|
|
int main(int argc, char** argv) {
|
|
cpuinfo_initialize();
|
|
return 0;
|
|
}
|