1IN-BREAK(2) - System Calls Manual 2 3# NAME 4 5**In-break** - line break before header include file 6 7# SYNOPSIS 8 9**#include <fcntl.h>** 10 11*int* 12**open**(*const char \*path*, *int flags*, *mode\_t mode*); 13 14**#include <sys/types.h>** 15**#include <unistd.h>** 16 17*int* 18**dup**(*int oldd*); 19 20*ssize\_t* 21**write**(*int d*, *const void \*buf*, *size\_t nbytes*); 22 23# DESCRIPTION 24 25<*fcntl.h*> 26*int* 27**open**(*const char \*path*, *int flags*, *mode\_t mode*) 28<*sys/types.h*> 29<*unistd.h*> 30*int* 31**dup**(*int oldd*) 32*ssize\_t* 33**write**(*int d*, *const void \*buf*, *size\_t nbytes*) 34 35OpenBSD - July 4, 2017 36