home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include "pcwproto.h"
-
- static char *block[] = {
- "q_block_write() make writing arrays of character",
- "strings a breeze because you do not have to set",
- "up loops to do it yourself ",
- NULL
- };
- void main(void) {
- vcls();
- q_block_write(10,CENTER,4,0,block);
- }