VSF Documented
intrin.h
Go to the documentation of this file.
1#ifndef __INTRIN_H_INCLUDED__
2#define __INTRIN_H_INCLUDED__
3
4extern void __cpuid(int[4], int);
5
6#endif
void __cpuid(int[4], int)