plan9port/src/lib9/exitcode.c
2006-02-12 19:05:12 +00:00

9 lines
72 B
C

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