49 lines
932 B
Python
49 lines
932 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
from stdint import *
|
|
import t, c
|
|
import stdio
|
|
import string
|
|
import w32.win32console
|
|
import w32.win32memory
|
|
import testcheck
|
|
|
|
_g_val: t.CExtern | t.CInt
|
|
_g_ptr: t.CExtern | t.CUInt32T | t.CPtr
|
|
|
|
def test_global_write() -> t.CInt: pass
|
|
|
|
def test_global_write_no_decl() -> t.CInt: pass
|
|
|
|
def test_global_ptr() -> t.CInt: pass
|
|
|
|
def test_global_ptr_no_decl() -> t.CInt: pass
|
|
|
|
def test_pointer_arithmetic() -> t.CInt: pass
|
|
|
|
def test_array_decay() -> t.CInt: pass
|
|
|
|
def test_pointer_cast() -> t.CInt: pass
|
|
|
|
def test_pointer_offset() -> t.CInt: pass
|
|
|
|
|
|
class TestStruct:
|
|
a: t.CInt
|
|
b: t.CInt
|
|
c: t.CUInt64T
|
|
|
|
def test_struct_pointer() -> t.CInt: pass
|
|
|
|
def test_memcpy_pointers() -> t.CInt: pass
|
|
|
|
def fill_array(arr: t.CUInt32T | t.CPtr, count: t.CInt, val: t.CUInt32T) -> t.CInt: pass
|
|
|
|
def test_pointer_param() -> t.CInt: pass
|
|
|
|
def main() -> t.CInt | t.CExport: pass
|