diff options
Diffstat (limited to 'net/net_sys.h')
| -rw-r--r-- | net/net_sys.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/net_sys.h b/net/net_sys.h new file mode 100644 index 0000000..a296b41 --- /dev/null +++ b/net/net_sys.h @@ -0,0 +1,7 @@ +/** + * @file + * + * this has to be provided and linked against the fool stack + */ + +void* memcpy(void* restrict dstptr, const void* restrict srcptr, int size); |
