kumquat-buildroot/tiny.c
Eric Andersen d040a8d3de foo
2005-02-07 23:06:20 +00:00

9 lines
70 B
C

/* comment */
#include <unistd.h>
int main(void)
{
_exit(42);
}