summaryrefslogtreecommitdiff
path: root/05/string.h
diff options
context:
space:
mode:
Diffstat (limited to '05/string.h')
-rw-r--r--05/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/string.h b/05/string.h
index 44a25e6..1ea2a91 100644
--- a/05/string.h
+++ b/05/string.h
@@ -11,4 +11,5 @@ void *memset(void *s, int c, size_t n) {
}
+
#endif // _STRING_H