blob: 055fb76ed3d352bcca03ef6bbd2f4d17c2c663c5 [file] [log] [blame]
/* vi: set sw=4 ts=4: */
/*
* true.c - Return zero.
*
* See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html
*/
#include "toys.h"
void true_main(void)
{
return;
}