C source code

Note:
Read the Code disclaimer information for important legal information.
5738PW1 V2R2M0  920615                  SEU SOURCE LISTING
SOURCE FILE . . . . . . .  FONTSAMPLE/SOURCE
MEMBER  . . . . . . . . .  CCODE
SEQNBR*...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7
...+... 8 ...+... 9 ...+... 0
100 #include <stdio.h>
200 #include <xxasio.h>
300 main()
400 {
500 FILE            *outfile;
600
700 outfile = fopen("font","wb type=record");
800 QXXFORMAT(outfile, "REC1      ");
900 fwrite("",0,0,outfile);
1000 }
* * * *  E N D  O F  S O U R C E  * * * *