Searched defs:SHRT_EXT (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/bin/pax/
H A Dcpio.h109 #define SHRT_EXT(ch) ((((unsigned)(ch)[0])<<8) | (((unsigned)(ch)[1])&0xff)) macro

Completed in 166 milliseconds