mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
10 lines
153 B
C
10 lines
153 B
C
#include <fmt.h>
|
|
#include <setjmp.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
|
|
#define exits(x) exit(x && *x ? 1 : 0)
|
|
|
|
#define nil 0
|
|
|