6 lines
59 B
C
6 lines
59 B
C
|
static void main(void)
|
||
|
{
|
||
|
int i;
|
||
|
i|=0x80;
|
||
|
}
|