Plan 9 from User Space's /usr/local/plan9/src/libregexp/lib9.std.h

#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


Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.