exitcode.c 72 B

12345678910
  1. #include <u.h>
  2. #include <libc.h>
  3. int
  4. exitcode(char *s)
  5. {
  6. return 1;
  7. }