Files
TransPyC/Test/VariadicTest/temp/377ad03e9b90ac39.pyi
2026-06-16 16:09:42 +08:00

39 lines
718 B
Python

"""
Auto-generated Python stub file from main.py
Module: main
"""
from stdint import *
import t, c
import stdio
import string
import viperlib
import w32.win32console
def test_snprintf_u8() -> t.CInt: pass
def test_snprintf_u16() -> t.CInt: pass
def test_snprintf_u64() -> t.CInt: pass
def test_snprintf_d_neg() -> t.CInt: pass
def test_snprintf_d_pos() -> t.CInt: pass
def test_snprintf_x() -> t.CInt: pass
def test_snprintf_mixed() -> t.CInt: pass
def test_printf_variadic() -> t.CInt: pass
def test_snprintf_multi_lu() -> t.CInt: pass
def test_snprintf_zero() -> t.CInt: pass
def test_snprintf_large() -> t.CInt: pass
def test_snprintf_u8_edge() -> t.CInt: pass
def main() -> t.CInt | t.CExport: pass