int flob(); int main(int argc, char **argv) { return (flob() == 1 ? 0 : 1); }