aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/memcmp.c')
-rw-r--r--src/mem/memcmp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mem/memcmp.c b/src/mem/memcmp.c
index 829325b..bcb2fb5 100644
--- a/src/mem/memcmp.c
+++ b/src/mem/memcmp.c
@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 2023 Marc Pervaz Boocha
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
+/*
+ * Copyright (c) 2023 Marc Pervaz Boocha
+ *
+ * SPDX-License-Identifier: MIT
+ */
#include <mem.h>
extern inline int calt_memcmp(void const *ptr1, void const *ptr2, size_t count);