Releases
v0.1.1
qgymib
released this
19 Sep 15:12
v0.1.1 (2024/09/19)
BREAKING CHANGES
merge ev_file_init()
with ev_file_open()
.
rename ev_file_exit()
to ev_file_close()
.
merge ev_file_read_sync()
with ev_file_read()
.
merge ev_file_pread_sync()
with ev_file_pread()
.
merge ev_file_write_sync()
with ev_file_write()
.
merge ev_file_pwrite_sync()
with ev_file_pwrite()
.
merge ev_file_stat_sync()
with ev_file_stat()
.
merge ev_fs_mkdir_sync()
with ev_fs_mkdir()
.
merge ev_fs_remove_sync()
with ev_fs_remove()
.
ev_file_seek()
now return the resulting offset location as measured in bytes from the beginning of the file.
rename ev_file_pread()
to ev_file_preadv()
.
rename ev_file_read()
to ev_file_readv()
.
rename ev_file_pwrite()
to ev_file_pwritev()
.
rename ev_file_write()
to ev_file_writev()
.
Features
ev_fs_readdir()
is able to operator in synchronous mode.
ev_fs_readfile()
is able to operator in synchronous mode.
ev_file_seek()
is able to operator in synchronous mode.
support normal ev_file_read()
and ev_file_write()
.
support ev_file_pread()
and ev_file_pwrite()
.
support file mapping.
support get system page size.
You can’t perform that action at this time.