shithub: npe

ref: fd731d3c833d9241fdff618b6c949453fb5c0f31
dir: /stdlib.h/

View raw version
#ifndef _stdlib_h_
#define _stdlib_h_

#include "plan9.h"

#define exit(x) exits(x == 0 ? nil : "error")

#endif