sbase/true.c

9 lines
120 B
C
Raw Normal View History

2011-05-23 01:36:34 +00:00
/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
int
main(void)
{
return EXIT_SUCCESS;
}