Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seek + write 대신 file_write_at 사용 권장 #75

Open
ChoiWheatley opened this issue Oct 19, 2023 · 0 comments
Open

seek + write 대신 file_write_at 사용 권장 #75

ChoiWheatley opened this issue Oct 19, 2023 · 0 comments

Comments

@ChoiWheatley
Copy link
Owner

file_seek(page->file.file, page->file.ofs);
file_write(page->file.file, page->va, page->file.read_bytes);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant