#include int main() { int fd = open("somefile", O_CREAT | O_RDWR); }