taglinefilesource code
v6include/sys/wait.h#define _LOW(v)    ( (v) & 0377)
v7include/sys/wait.h#define _HIGH(v)  ( ((v) >> 8) & 0377)