Home
last modified time | relevance | path

Searched refs:GET_2BYTE (Results 1 – 1 of 1) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dbytecode.h156 #define GET_2BYTE(d,p) ( ((char *)&(d))[0] = ((char *)(p))[0], \ macro
225 # define GET_SHORT(d,p) GET_2BYTE(d,p)