24 lines
378 B
Python
24 lines
378 B
Python
"""
|
|
Auto-generated Python stub file from benchmark_main.py
|
|
Module: benchmark_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
|