Subversion Repositories SvarDOS

Rev

Rev 1629 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1629 Rev 1719
Line 45... Line 45...
45
 
45
 
46
#define output(x) output_internal(x, 0, hSTDOUT)
46
#define output(x) output_internal(x, 0, hSTDOUT)
47
#define outputnl(x) output_internal(x, 1, hSTDOUT)
47
#define outputnl(x) output_internal(x, 1, hSTDOUT)
48
#define nls_output(x,y) nls_output_internal((x << 8) | y, 0, hSTDOUT)
48
#define nls_output(x,y) nls_output_internal((x << 8) | y, 0, hSTDOUT)
49
#define nls_outputnl(x,y) nls_output_internal((x << 8) | y, 1, hSTDOUT)
49
#define nls_outputnl(x,y) nls_output_internal((x << 8) | y, 1, hSTDOUT)
-
 
50
#define nls_output_err(x,y) nls_output_internal((x << 8) | y, 0, hSTDERR)
50
#define nls_outputnl_err(x,y) nls_output_internal((x << 8) | y, 1, hSTDERR)
51
#define nls_outputnl_err(x,y) nls_output_internal((x << 8) | y, 1, hSTDERR)
51
 
52
 
52
/* output DOS error e to stderr */
53
/* output DOS error e to stderr, terminated with a CR/LF */
53
void nls_outputnl_doserr(unsigned short e);
54
void nls_outputnl_doserr(unsigned short e);
54
 
55
 
55
/*
56
/*
56
 * FileInfoRec (DTA) format:
57
 * FileInfoRec (DTA) format:
57
 * offset size desc
58
 * offset size desc