utils/src/false.c

11 lines
101 B
C

/* $Id$ */
/* Copyright (c) 2006 The DeforaOS Project */
/* main */
int main(void)
{
return 1;
}