1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-09-19 05:45:36 +05:30

cpuid_vendor_id.mod.c: reformat

This commit is contained in:
Intel A80486DX2-66 2024-06-26 11:48:55 +03:00
parent a748a8ea99
commit f14e505673
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -20,7 +20,7 @@
#include <stdio.h>
#ifdef _WIN32
#include <intrin.h> // __cpuid()
# include <intrin.h> // __cpuid()
#endif
typedef unsigned int cpuid_t[4];