sbase/true.c
2014-10-02 23:46:59 +01:00

9 lines
109 B
C

/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
int
main(void)
{
return 0;
}