sbase/true.c

9 lines
120 B
C
Raw Normal View History

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