39 lines
641 B
Python
39 lines
641 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
import t
|
|
import stdio
|
|
import string
|
|
import c
|
|
import testcheck
|
|
|
|
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
|