7 lines
77 B
C
7 lines
77 B
C
#include <libfoo.h>
|
|
|
|
int main(void)
|
|
{
|
|
return call_foo() == 42 ? 0 : 1;
|
|
}
|