This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
import t
import stdio
import string
import c
def test_string_ptr_iter() -> t.CInt: pass
def test_string_ascii_sum() -> t.CInt: pass
def test_manual_strcpy() -> t.CInt: pass
def test_ptr_offset_compare() -> t.CInt: pass
def test_manual_strlen() -> t.CInt: pass
def test_reverse_string_ptr() -> t.CInt: pass
def test_double_pointer() -> t.CInt: pass
def test_ptr_arithmetic() -> t.CInt: pass
def test_manual_strcmp() -> t.CInt: pass
class Vec2:
x: t.CInt
y: t.CInt
def test_struct_ptr_access() -> t.CInt: pass
def main() -> t.CInt: pass