home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
dflat
/
kb.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
|
1993-03-15
|
124 b
|
10 lines
#include <stdio.h>
#include <dos.h>
#include "dflat.h"
void main()
{
while (1)
printf("\r%02x", inp(0x60));
}