#include #include #include int main(void) { int fd = open("test.txt", O_CREAT | O_RDWR); // close(fd); return EXIT_SUCCESS; }