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

/haiku-buildtools/gcc/gcc/
H A Dincpath.c36 # define INO_T_COPY(DEST, SRC) memcpy (&(DEST), &(SRC), sizeof (SRC)) macro
39 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) macro

Completed in 100 milliseconds