40 lines
735 B
Python
40 lines
735 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
from stdint import *
|
|
import t, c
|
|
import stdio
|
|
import testcheck
|
|
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
|