µC/LIB contains library functions that replace standard library memory functions such as memclr()
, memset()
, memcpy()
, memcmp()
, etc; as well as generic versions of network functions, ntohl()
, ntohs()
, htonl()
, htons()
. These functions and macros are defined in lib_mem.c
and lib_mem.h
.
General
Content
Integrations