7 lines
47 B
C
7 lines
47 B
C
|
int bar (void);
|
||
|
|
||
|
int bar ()
|
||
|
{
|
||
|
return 0x55;
|
||
|
}
|