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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h88 * SMEMCPY: override this with care! Some compilers (e.g. gcc) can inline a
91 #ifndef SMEMCPY
92 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) macro

Completed in 1004 milliseconds