home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
SCREEN
/
SWEARS10.ZIP
/
DEMO2.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
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();
}