""" Auto-generated Python stub file from stdint.py Module: stdint """ import c import t INT: t.CTypedef = t.CInt INTPTR: t.CTypedef = t.CInt | t.CPtr BOOL: t.CTypedef = t.CInt UINT: t.CTypedef = t.CUnsignedInt UINTPTR: t.CTypedef = UINT | t.CPtr BYTE: t.CTypedef = t.CUnsignedChar BYTEPTR: t.CTypedef = BYTE | t.CPtr WORD: t.CTypedef = t.CUInt16T DWORD: t.CTypedef = t.CUInt32T QWORD: t.CTypedef = t.CUInt64T TCHAR: t.CTypedef = t.CChar CHARLIST: t.CTypedef = str | t.CPtr VOID: t.CTypedef = t.CVoid SHORT: t.CTypedef = t.CShort SHORTPTR: t.CTypedef = t.CShort | t.CPtr USHORT: t.CTypedef = t.CUnsignedShort USHORTPTR: t.CTypedef = t.CUnsignedShort | t.CPtr LONGLONG: t.CTypedef = t.CLong | t.CLong ULONGLONG: t.CTypedef = t.CUnsignedLong | t.CLong LONG: t.CTypedef = t.CLong ULONG: t.CTypedef = t.CUnsignedLong WCHAR: t.CTypedef = WORD WCHARPTR: t.CTypedef = WORD | t.CPtr CHARPTR: t.CTypedef = t.CChar | t.CPtr FSIZE_t: t.CTypedef = DWORD LBA_t: t.CTypedef = DWORD UINTPTR: t.CTypedef = t.CUnsignedInt | t.CPtr VOIDPTR: t.CTypedef = t.CVoid | t.CPtr FLOAT: t.CTypedef = t.CFloat DOUBLE: t.CTypedef = t.CDouble FLOAT8: t.CTypedef = t.CFloat8T FLOAT16: t.CTypedef = t.CFloat16T FLOAT32: t.CTypedef = t.CFloat32T FLOAT64: t.CTypedef = t.CFloat64T FLOAT128: t.CTypedef = t.CFloat128T INT8: t.CTypedef = t.CInt8T INT16: t.CTypedef = t.CInt16T INT32: t.CTypedef = t.CInt32T INT64: t.CTypedef = t.CInt64T UINT8: t.CTypedef = t.CUInt8T UINT16: t.CTypedef = t.CUInt16T UINT32: t.CTypedef = t.CUInt32T UINT64: t.CTypedef = t.CUInt64T INT8PTR: t.CTypedef = t.CInt8T | t.CPtr INT16PTR: t.CTypedef = t.CInt16T | t.CPtr INT32PTR: t.CTypedef = t.CInt32T | t.CPtr INT64PTR: t.CTypedef = t.CInt64T | t.CPtr UINT8PTR: t.CTypedef = t.CUInt8T | t.CPtr UINT16PTR: t.CTypedef = t.CUInt16T | t.CPtr UINT32PTR: t.CTypedef = t.CUInt32T | t.CPtr UINT64PTR: t.CTypedef = t.CUInt64T | t.CPtr CHAR8: t.CTypedef = t.CChar8T CHAR16: t.CTypedef = t.CChar16T CHAR32: t.CTypedef = t.CChar32T CHAR8PTR: t.CTypedef = t.CChar8T | t.CPtr CHAR16PTR: t.CTypedef = t.CChar16T | t.CPtr CHAR32PTR: t.CTypedef = t.CChar32T | t.CPtr