FORM 4.3
Macros
fwin.h File Reference

Go to the source code of this file.

Macros

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

Detailed Description

Settings for Windows computers.

Definition in file fwin.h.

Macro Definition Documentation

◆ LINEFEED

#define LINEFEED   '\n'

Definition at line 33 of file fwin.h.

◆ CARRIAGERETURN

#define CARRIAGERETURN   0x0D

Definition at line 34 of file fwin.h.

◆ WITHRETURN

#define WITHRETURN

Definition at line 35 of file fwin.h.

◆ WITHSYSTEM

#define WITHSYSTEM

Definition at line 37 of file fwin.h.

◆ P_term

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

Definition at line 39 of file fwin.h.

◆ SEPARATOR

#define SEPARATOR   '\\'

Definition at line 41 of file fwin.h.

◆ ALTSEPARATOR

#define ALTSEPARATOR   '/'

Definition at line 42 of file fwin.h.

◆ PATHSEPARATOR

#define PATHSEPARATOR   ';'

Definition at line 43 of file fwin.h.

◆ WITH_ENV

#define WITH_ENV

Definition at line 44 of file fwin.h.