home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
drdobbs
/
1991
/
05
/
d_flat
/
kb.c
< prev
next >
Wrap
Text File
|
1991-02-18
|
124b
|
10 lines
#include <stdio.h>
#include <dos.h>
#include "dflat.h"
void main()
{
while (1)
printf("\r%02x", inp(0x60));
}