home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
tegl
/
intropak
/
hello.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
|
1991-04-05
|
243 b
|
15 lines
#include "teglsys.h"
void main(void)
{
easytegl();
easyout();
pushimage(100,100,200,130);
shadowbox(100,100,200,130);
setcolor(BLACK);
outtegltextxy(105,105,"Hello World!");
teglsupervisor();
}