Espresso 0.0.2a

This commit is contained in:
2026-02-12 20:33:46 -06:00
parent c0dc95e255
commit 021fdbbcef
26 changed files with 452 additions and 27315 deletions

View File

@ -38,7 +38,7 @@ char* get_cpu_vendor_string(void)
return strdup(vendor);
}
char* get_cpu_brand_string(void)
/*char* get_cpu_brand_string(void)
{
unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0;
@ -63,4 +63,4 @@ char* get_cpu_brand_string(void)
brand[48] = '\0';
return strdup(brand);
}
}*/