home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
code
/
bcpp
/
file12
/
qblkdemo.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-19
|
368 b
|
14 lines
#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);
}