summaryrefslogtreecommitdiff
path: root/net/net_sys.h
blob: a296b4165660015b3087fa8c92c27a9037f4ad9f (plain)
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);