Searched refs:typeptr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/resedit/
H A DResFields.cpp176 char *typeptr = (char *) &type; local
178 typestring[1] = typeptr[3];
179 typestring[2] = typeptr[2];
180 typestring[3] = typeptr[1];
181 typestring[4] = typeptr[0];

Completed in 41 milliseconds