31 lines
633 B
Python
31 lines
633 B
Python
"""
|
|
Auto-generated Python stub file from fileiotest.py
|
|
Module: fileiotest
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from t import CInt, CInt32T, CUInt32T, CPtr, CChar, CExport
|
|
from stdint import *
|
|
import stdlib
|
|
import viperlib
|
|
import w32.win32base
|
|
import w32.win32file
|
|
import w32.win32console
|
|
import w32.fileio
|
|
from w32.fileio import File, FileW, MODE, FRESULT, SEEK_SET, SEEK_CUR, SEEK_END
|
|
|
|
BUF_SIZE: t.CDefine = 4096
|
|
|
|
def fileio_main() -> t.CInt: pass
|
|
|
|
def fileio_with_test() -> t.CInt: pass
|
|
|
|
def fileio_handle_test() -> t.CInt: pass
|
|
|
|
def fileio_rw_test() -> t.CInt: pass
|
|
|
|
def fileio_wide_test() -> t.CInt: pass
|
|
|
|
def fileio_chinese_test() -> t.CInt: pass
|