5 lines
45 B
Objective-C
5 lines
45 B
Objective-C
void foo(void);
|
|
|
|
void bar(void) {
|
|
foo();
|
|
}
|