pp10.c
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C语言 代码 · 共 227 行
C
227 行
/*
#include "fail.h"
#include <stdio.h>
#include <string.h>
#define check( a ) if( a != 1 ) { fail( __LINE__ ); }
int x = 1;
int y = 1;
int main()
{
check( x );
check( y );
_PASS;
}
*/
??=??/
i\
n??/
c\
l??/
u\
d??/
e\
??/
"\
f??/
a\
i??/
l\
.??/
h\
"??/
\
??=??/
i\
n??/
c\
l??/
u\
d??/
e\
??/
<\
s??/
t\
d??/
i\
o??/
.\
h??/
>\
??/
??=\
i??/
n\
c??/
l\
u??/
d\
e??/
\
<??/
s\
t??/
r\
i??/
n\
g??/
.\
h??/
>\
??/
\
??=??/
d\
e??/
f\
i??/
n\
e??/
\
c??/
h\
e??/
c\
k??/
(\
??/
a\
??/
)\
??/
i\
f??/
(\
??/
a\
??/
!\
=??/
\
1??/
\
)??/
\
??<??/
\
f??/
a\
i??/
l\
(??/
\
_??/
_\
L??/
I\
N??/
E\
_??/
_\
??/
)\
;??/
\
??>??/
\
??/
i\
n??/
t\
??/
x\
??/
=\
??/
1\
;??/
\
i??/
n\
t??/
\
y??/
\
=??/
\
1??/
;\
??/
\
i??/
n\
t??/
\
m??/
a\
i??/
n\
(??/
)\
??/
??<\
??/
\
??/
\
??/
c\
h??/
e\
c??/
k\
(??/
\
x??/
\
)??/
;\
??/
\
??/
\
??/
c\
h??/
e\
c??/
k\
(??/
\
y??/
\
)??/
;\
??/
\
??/
\
??/
_\
P??/
A\
S??/
S\
;??/
\
??>??/
\
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?