diff options
| author | Miguel <m.i@gmx.at> | 2018-09-27 01:21:33 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-27 01:21:33 +0200 |
| commit | c7bf9cc575dea15ecc8780afd34ffb3503f3249b (patch) | |
| tree | f470f78f6abe7d8af1c7e835fbbaa9bec13a9cdf /net/net_sys.h | |
| parent | c7199cdb8b088b1b1d243aabfbd1c831bdae9637 (diff) | |
try to isolate netstack to library
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); |
