修正了 TPC 的一些错误,包括 Test 维护后 TPV 无法重新编译或重编译后越界的部分问题

This commit is contained in:
2026-07-20 11:12:30 +08:00
parent ab73420b4f
commit a277ded8d4
476 changed files with 4000 additions and 3439 deletions

View File

@@ -0,0 +1,23 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
import w32.win32console as w32cmd
import viperstring as string
import memhub
import stdlib
import stdio
import hello
import this
import t, c
pagecode: t.CDefine = 65001
def add(x: int, y: int) -> t.CInt: pass
def minus(x: int, y: int) -> t.CInt: pass
@t.CExport
def main() -> int: pass