home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
263_01
/
hello.c
< prev
next >
Wrap
Text File
|
1990-02-14
|
311b
|
18 lines
#include <stdio.h>
#include <c_wndw.h>
/*
* Copyright 1989, Marietta Systems, Inc.
* All rights reserved
*/
/*
* This program displays a window containing the message "hello world"
*/
void main ()
{
clr_scrn ("Hello world");
err_wndw (" hello world", 0, 0);
goodbye (0);
}