X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=utils%2Ftrue%2Ftrue.c;h=061ed7eefd8af6f58434de4e2c9fec463f6bf076;hb=3af1c4a680838a13f06363687fa76eca0c3a0302;hp=23afd934a18240ee7a91643a1e57bf89e643683b;hpb=4daa873acbfc240e9ecc350e74c14bbfd58fabc9;p=pdutils diff --git a/utils/true/true.c b/utils/true/true.c index 23afd93..061ed7e 100644 --- a/utils/true/true.c +++ b/utils/true/true.c @@ -1,21 +1,3 @@ -/* - * true.c - return true value - * - * Version: 2008-1.01 - * Build: c89 -o true true.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(0); +int main(void) { + return 0; }