6 lines
62 B
C
6 lines
62 B
C
|
const char* foo(void);
|
||
|
|
||
|
const char*
|
||
|
foo(void)
|
||
|
{ return "x"; }
|