45 lines
856 B
Python
45 lines
856 B
Python
"""
|
|
Auto-generated Python stub file from sys.py
|
|
Module: sys
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from stdint import *
|
|
import platmacro
|
|
import memhub
|
|
import string
|
|
import stdio
|
|
import w32.win32base
|
|
import w32.win32process
|
|
import posix
|
|
|
|
_mbuddy: t.CExtern | memhub.MemBuddy | t.CPtr
|
|
|
|
def fgets(buf: t.CChar | t.CPtr, size: t.CInt, stream: t.CVoid | t.CPtr) -> t.CChar | t.CPtr | t.CExtern | t.CExport: pass
|
|
|
|
def fflush(stream: t.CVoid | t.CPtr) -> t.CInt | t.CExtern | t.CExport: pass
|
|
|
|
def exit(status: INT) -> VOID | t.CExtern | t.CExport: pass
|
|
|
|
|
|
maxsize: t.CDefine = 9223372036854775807
|
|
|
|
def platform() -> str: pass
|
|
|
|
def get_pid() -> int: pass
|
|
|
|
|
|
_argc: t.CExtern | INT
|
|
_argv: t.CExtern | str | t.CPtr
|
|
|
|
def _init_argv() -> t.CInt: pass
|
|
|
|
def _init_argv_win32() -> t.CInt: pass
|
|
|
|
def _init_argv_posix() -> t.CInt: pass
|
|
|
|
def argc() -> int: pass
|
|
|
|
def argv(index: int) -> str: pass
|