blob: 8958dcfff702a64e803b1f02b7cb1e2599c60eea (
plain) (
tree)
|
|
FD-BREAK(2) - System Calls Manual
# NAME
**Fd-break** - line break before old-style header include file
# SYNOPSIS
**#include <fcntl.h>**
*int*
**open**(*const char \*path*, *int flags*, *mode\_t mode*);
**#include <sys/types.h>**
**#include <unistd.h>**
*int*
**dup**(*int oldd*);
*ssize\_t*
**write**(*int d*, *const void \*buf*, *size\_t nbytes*);
# DESCRIPTION
**#include <fcntl.h>**
*int*
**open**(*const char \*path*, *int flags*, *mode\_t mode*)
**#include <sys/types.h>**
**#include <unistd.h>**
*int*
**dup**(*int oldd*)
*ssize\_t*
**write**(*int d*, *const void \*buf*, *size\_t nbytes*)
OpenBSD - July 4, 2017
|