Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
binary
types-and-globals.h
0 lines
|
3.57 KB
#pragma once #include <stdint.h> #include <stdbool.h> #include "primitive-types.h" #include "attributes.h" #ifndef NULL #define NULL (0) #endif // \defgroup Type definitions // \{ typedef struct _PACKED artificial_struct_returned_by_rawfunction_0 artificial_struct_returned_by_rawfunction_0; typedef _ABI(raw_x86) artificial_struct_returned_by_rawfunction_0 rawfunction_0(void); struct _PACKED artificial_struct_returned_by_rawfunction_0 { pointer_or_number32_t register_eax; pointer_or_number32_t register_edx; }; // \}
Loading...