File manager - Edit - /opt/imh-python/lib/python3.9/site-packages/picotui/posixread.py
Back
import ctypes libc = ctypes.CDLL("libc.so.6", use_errno=True) buf = ctypes.create_string_buffer(32) def read(fd, sz): sz = min(sz, 32) res = libc.read(0, buf, sz) if res >= 0: return buf[:res] raise OSError(ctypes.get_errno())
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings