summaryrefslogtreecommitdiff
path: root/rushs/evalexpr/my_memcpy/my_memcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/evalexpr/my_memcpy/my_memcpy.h')
-rw-r--r--rushs/evalexpr/my_memcpy/my_memcpy.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rushs/evalexpr/my_memcpy/my_memcpy.h b/rushs/evalexpr/my_memcpy/my_memcpy.h
deleted file mode 100644
index bc1b926..0000000
--- a/rushs/evalexpr/my_memcpy/my_memcpy.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef MY_MEMCPY_H
-#define MY_MEMCPY_H
-
-#include <stddef.h>
-
-void *my_memcpy(void *dest, const void *source, size_t num);
-
-#endif /* ! MY_MEMCPY_H */