96 lines
1.8 KiB
Python
96 lines
1.8 KiB
Python
"""Auto-generated Python stub file"""
|
|
|
|
import c
|
|
|
|
import t
|
|
INT: t.CTypedef
|
|
INTPTR: t.CTypedef
|
|
BOOL: t.CTypedef
|
|
UINT: t.CTypedef
|
|
UINTPTR: t.CTypedef
|
|
BYTE: t.CTypedef
|
|
BYTEPTR: t.CTypedef
|
|
WORD: t.CTypedef
|
|
DWORD: t.CTypedef
|
|
QWORD: t.CTypedef
|
|
TCHAR: t.CTypedef
|
|
CHARLIST: t.CTypedef
|
|
VOID: t.CTypedef
|
|
SHORT: t.CTypedef
|
|
SHORTPTR: t.CTypedef
|
|
USHORT: t.CTypedef
|
|
USHORTPTR: t.CTypedef
|
|
LONGLONG: t.CTypedef
|
|
ULONGLONG: t.CTypedef
|
|
LONG: t.CTypedef
|
|
ULONG: t.CTypedef
|
|
WCHAR: t.CTypedef
|
|
WCHARPTR: t.CTypedef
|
|
CHARPTR: t.CTypedef
|
|
FSIZE_t: t.CTypedef
|
|
LBA_t: t.CTypedef
|
|
VOIDPTR: t.CTypedef
|
|
FLOAT: t.CTypedef
|
|
DOUBLE: t.CTypedef
|
|
FLOAT8: t.CTypedef
|
|
FLOAT16: t.CTypedef
|
|
FLOAT32: t.CTypedef
|
|
FLOAT64: t.CTypedef
|
|
FLOAT128: t.CTypedef
|
|
INT8: t.CTypedef
|
|
INT16: t.CTypedef
|
|
INT32: t.CTypedef
|
|
INT64: t.CTypedef
|
|
UINT8: t.CTypedef
|
|
UINT16: t.CTypedef
|
|
UINT32: t.CTypedef
|
|
UINT64: t.CTypedef
|
|
INT8PTR: t.CTypedef
|
|
INT16PTR: t.CTypedef
|
|
INT32PTR: t.CTypedef
|
|
INT64PTR: t.CTypedef
|
|
UINT8PTR: t.CTypedef
|
|
UINT16PTR: t.CTypedef
|
|
UINT32PTR: t.CTypedef
|
|
UINT64PTR: t.CTypedef
|
|
CHAR8: t.CTypedef
|
|
CHAR16: t.CTypedef
|
|
CHAR32: t.CTypedef
|
|
CHAR8PTR: t.CTypedef
|
|
CHAR16PTR: t.CTypedef
|
|
CHAR32PTR: t.CTypedef
|
|
i8: t.CTypedef
|
|
i16: t.CTypedef
|
|
i32: t.CTypedef
|
|
i64: t.CTypedef
|
|
u8: t.CTypedef
|
|
u16: t.CTypedef
|
|
u32: t.CTypedef
|
|
u64: t.CTypedef
|
|
SIZE_T: t.CTypedef
|
|
SSIZE_T: t.CTypedef
|
|
PTRDIFF_T: t.CTypedef
|
|
int8_t: t.CTypedef
|
|
int16_t: t.CTypedef
|
|
int32_t: t.CTypedef
|
|
int64_t: t.CTypedef
|
|
uint8_t: t.CTypedef
|
|
uint16_t: t.CTypedef
|
|
uint32_t: t.CTypedef
|
|
uint64_t: t.CTypedef
|
|
size_t: t.CTypedef
|
|
ssize_t: t.CTypedef
|
|
ptrdiff_t: t.CTypedef
|
|
intptr_t: t.CTypedef
|
|
uintptr_t: t.CTypedef
|
|
wchar_t: t.CTypedef
|
|
char8_t: t.CTypedef
|
|
char16_t: t.CTypedef
|
|
char32_t: t.CTypedef
|
|
float8_t: t.CTypedef
|
|
float16_t: t.CTypedef
|
|
float32_t: t.CTypedef
|
|
float64_t: t.CTypedef
|
|
float128_t: t.CTypedef
|
|
_Bool: t.CTypedef
|