summaryrefslogtreecommitdiff
path: root/src/string.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-01 16:45:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-01 16:45:04 +0200
commit8d675a7201780c1ef18c7cd22c3e53cfefe98285 (patch)
tree67a656c25b7fea2b15460dd13f8cdd241d56b5bd /src/string.h
parent081dc76440b114fd7033868bc858710091e115d2 (diff)
downloadabaos-8d675a7201780c1ef18c7cd22c3e53cfefe98285.tar.gz
abaos-8d675a7201780c1ef18c7cd22c3e53cfefe98285.tar.bz2
playing with vga struct, fixed some boot loading issues
Diffstat (limited to 'src/string.h')
-rw-r--r--src/string.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h
new file mode 100644
index 0000000..c380155
--- /dev/null
+++ b/src/string.h
@@ -0,0 +1,8 @@
+#ifndef STRING_H
+#define STRING_H
+
+#include "sys/types.h"
+
+void *memset( void *s, int c, size_t n );
+
+#endif /* STRING_H */