int fd; fd = open(open, params, modes) // for output write(fd, values, size) // for input read(fd, values, size) close(fd)