18 lines
528 B
Python
18 lines
528 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from t import CInt, CExport, CPtr
|
|
from stdio import printf
|
|
import memhub
|
|
import stdlib
|
|
import string
|
|
from ast import AST, ASTKind, Module, FunctionDef, Assign, If, For, While, With, Return, Expr, Name, Constant, BinOp, UnaryOp, Call, Compare, Import, ImportFrom, Expression, CONST_INT, CONST_STR, CONST_BOOL, CONST_NONE, OpKind, ASTCtx, FLAG_IS_ASYNC, parse, parse_expression, dump
|
|
|
|
ARENA_SIZE: t.CExtern | CInt
|
|
|
|
def main() -> CInt | CExport: pass
|