9 lines
70 B
C
9 lines
70 B
C
|
#include "foo.h"
|
||
|
|
||
|
void stop() {}
|
||
|
|
||
|
int foo() {
|
||
|
stop();
|
||
|
return 0;
|
||
|
}
|