dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros
unistd.in.h File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
Include dependency graph for unistd.in.h:

Go to the source code of this file.

Macros

#define _   @GUARD_PREFIX@_UNISTD_H
 
#define __need_system_stdlib_h
 
#define _GL_UNISTD_INLINE   _GL_INLINE
 
#define STDIN_FILENO   0
 
#define STDOUT_FILENO   1
 
#define STDERR_FILENO   2
 
#define F_OK   0
 
#define X_OK   1
 
#define W_OK   2
 
#define R_OK   4
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_UNISTD_H

◆ __need_system_stdlib_h

#define __need_system_stdlib_h

◆ _GL_UNISTD_INLINE

#define _GL_UNISTD_INLINE   _GL_INLINE

◆ F_OK

#define F_OK   0

◆ R_OK

#define R_OK   4

◆ STDERR_FILENO

#define STDERR_FILENO   2

◆ STDIN_FILENO

#define STDIN_FILENO   0

◆ STDOUT_FILENO

#define STDOUT_FILENO   1

◆ W_OK

#define W_OK   2

◆ X_OK

#define X_OK   1