#pragma once #include struct _LIBC_FILE { int fd; int pos; bool eof; bool error; };