You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
memcpy() (or, as we call it, ecbor_memcpy()) has to be provided even in scenarios where libc is not present (e.g. baremetal builds). Its implementation has to be decently optimized.
memcpy()(or, as we call it,ecbor_memcpy()) has to be provided even in scenarios wherelibcis not present (e.g. baremetal builds). Its implementation has to be decently optimized.When present, we should use the provided version.