/** * @file * * this has to be provided and linked against the fool stack */ void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size);