blob: 8013034abd3d138426d6a89997a4fb27586414e7 [file] [log] [blame]
int flob();
int main(int argc, char **argv) {
return (flob() == 1 ? 0 : 1);
}