Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/spaceflag/readme
space is a flag. e.g. #include <u.h> #include <libc.h> void main(void) { print("% d\n", 40); print("% d\n", -40); exits(""); }