summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strbuf.h')
-rw-r--r--src/stropts/struct_strbuf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stropts/struct_strbuf.h b/src/stropts/struct_strbuf.h
new file mode 100644
index 00000000..37e10700
--- /dev/null
+++ b/src/stropts/struct_strbuf.h
@@ -0,0 +1,11 @@
+#include <stropts.h>
+
+struct strbuf {
+ int maxlen;
+ int len;
+ char *buf;
+};
+
+/*
+XOPEN(400)
+*/