修正了种子编译器的错误

This commit is contained in:
2026-07-22 21:55:36 +08:00
parent 135aa05485
commit ca7c2120b8
1185 changed files with 12056 additions and 2673 deletions

View File

@@ -0,0 +1 @@
t c stdio w32.win32console

View File

@@ -0,0 +1,27 @@
"""Auto-generated Python stub file"""
import t, c
import stdio
from w32.win32console import SetConsoleOutputCP, SetConsoleCP
CP_UTF8: t.CDefine
_pass_count: t.CInt
_fail_count: t.CInt
_total_pass: t.CInt
_total_fail: t.CInt
def begin(name: str): pass
def section(name: str): pass
def ok(msg: str): pass
def fail(msg: str): pass
def check(cond: t.CInt, ok_msg: str, fail_msg: str): pass
def info(msg: str): pass
def end() -> t.CInt: pass
def summary() -> t.CInt: pass