From c7bf9cc575dea15ecc8780afd34ffb3503f3249b Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 01:21:33 +0200 Subject: try to isolate netstack to library --- net/net_sys.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/net_sys.h (limited to 'net/net_sys.h') 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); -- cgit v1.2.3