""" Auto-generated Python stub file from stdint.py Module: stdint """ import c c.CIfndef(__STDINT_DEFINE__) __STDINT_DEFINE__: t.CDefine 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 = t.CChar | t.CPtr[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 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 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 c.CEndif()