home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
268_01
/
testeqp.c
< prev
next >
Wrap
Text File
|
1987-05-23
|
479b
|
13 lines
main()
{
cls();
beepsp();
printf("\n\n\nThis program will read various information concerning your\n");
printf("computer and display it on the screen using functions from\n");
printf("the Unicorn #1 library.\n\n\n\n\n");
printf("The equipment status is %d decimal or %x hex\n\n", equip(), equip());
printf("There are %d Kilobytes of memory installed\n", memsize());
printf("The model code number is %d decimal or %x hex\n",getctype(),getctype());
}