home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c100
/
5.ddi
/
PARSER.ZIP
/
TEST.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-04-25
|
180 b
|
10 lines
/* test data for the parser */
struct C1 * p;
int *p= "hello there!";
int *names[];
union FOO *p;
const char * const *(*w)()[];
char a,b,*c,&d;
int foo (int a, char* b);