X-Git-Url: https://pd.if.org/git/?p=pdutils;a=blobdiff_plain;f=utils%2Ftrue%2Ftrue.c;h=061ed7eefd8af6f58434de4e2c9fec463f6bf076;hp=23afd934a18240ee7a91643a1e57bf89e643683b;hb=5cd80baaa2b300ac0e2bded7bf9dfc7b74022ab8;hpb=809591fba2e062a2aa7279a28a0b52921584bfb7 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; }