FORM 4.3
Macros
unix.h File Reference

Go to the source code of this file.

Macros

#define LINEFEED   '\n'
 
#define CARRIAGERETURN   0x0D
 
#define WITHPIPE
 
#define WITHSYSTEM
 
#define WITHEXTERNALCHANNEL
 
#define TRAPSIGNALS
 
#define P_term(code)   exit((int)(code<0?-code:code))
 
#define SEPARATOR   '/'
 
#define ALTSEPARATOR   '/'
 
#define PATHSEPARATOR   ':'
 
#define WITH_ENV
 

Detailed Description

Settings for Unix-like systems.

Definition in file unix.h.

Macro Definition Documentation

◆ LINEFEED

#define LINEFEED   '\n'

Definition at line 33 of file unix.h.

◆ CARRIAGERETURN

#define CARRIAGERETURN   0x0D

Definition at line 34 of file unix.h.

◆ WITHPIPE

#define WITHPIPE

Definition at line 36 of file unix.h.

◆ WITHSYSTEM

#define WITHSYSTEM

Definition at line 37 of file unix.h.

◆ WITHEXTERNALCHANNEL

#define WITHEXTERNALCHANNEL

Definition at line 46 of file unix.h.

◆ TRAPSIGNALS

#define TRAPSIGNALS

Definition at line 49 of file unix.h.

◆ P_term

#define P_term ( code)    exit((int)(code<0?-code:code))

Definition at line 52 of file unix.h.

◆ SEPARATOR

#define SEPARATOR   '/'

Definition at line 54 of file unix.h.

◆ ALTSEPARATOR

#define ALTSEPARATOR   '/'

Definition at line 55 of file unix.h.

◆ PATHSEPARATOR

#define PATHSEPARATOR   ':'

Definition at line 56 of file unix.h.

◆ WITH_ENV

#define WITH_ENV

Definition at line 57 of file unix.h.