trampoline/lib/lib9/exitcode.c

9 lines
71 B
C

#include <u.h>
#include <libc.h>
int
exitcode(char *s)
{
return 1;
}