6 lines
72 B
C
6 lines
72 B
C
|
static void main(void)
|
||
|
{
|
||
|
if (__builtin_inb(0x1b)) {
|
||
|
}
|
||
|
}
|