1 2 3 4 5 6 7
/** * @file * * this has to be provided and linked against the fool stack */ void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size);