home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
swears10.arj
/
DEMO2.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-06-25
|
259 b
|
18 lines
#include <stdio.h>
#include "swears.h"
void main()
{
initscr();
getch();
clear();
getch();
move(5,5);
getch();
addstr("A little diddie that I wrote in Ohio...");
getch();
refresh();
getch();
endwin();
}