X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=utils%2Ffalse%2Ffalse.c;fp=utils%2Ffalse%2Ffalse.c;h=0000000000000000000000000000000000000000;hb=4476699b7c7de3abf9f6da71ed409b2c032dc50f;hp=49ed57c3d534574446f7e968f4b2c191833c54e9;hpb=2e838897cc574a9147bcf0b1681aeeaa44001fce;p=pdutils diff --git a/utils/false/false.c b/utils/false/false.c deleted file mode 100644 index 49ed57c..0000000 --- a/utils/false/false.c +++ /dev/null @@ -1,21 +0,0 @@ -/* - * false.c - return false value - * - * Version: 2008-1.01 - * Build: c89 -o false false.c - * Source: - * Spec: - * - * This is free and unencumbered software released into the public domain, - * provided "as is", without warranty of any kind, express or implied. See the - * file UNLICENSE and the website for further details. - */ - - -#define _POSIX_SOURCE - - -int main(void) -{ - return(1); -}