Embedded TCP/IP stack  4.7.0

◆ FNET_CFG_OVERLOAD_MEMCPY

#define FNET_CFG_OVERLOAD_MEMCPY   (0)

Your own alternate implementation for fnet_memcpy().

  • 1 = is enabled.
  • 0 = is disabled (Default value).
    For example, to use standard memcpy() instead of FNET own implementation, add to fnet_user_config.h:
                #define FNET_CFG_OVERLOAD_MEMCPY    1
                #define fnet_memcpy    memcpy

Definition at line 680 of file fnet_stack_config.h.


© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net