From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/stropts/struct_strpeek.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/stropts/struct_strpeek.h (limited to 'src/stropts/struct_strpeek.h') diff --git a/src/stropts/struct_strpeek.h b/src/stropts/struct_strpeek.h new file mode 100644 index 00000000..75f1c1e9 --- /dev/null +++ b/src/stropts/struct_strpeek.h @@ -0,0 +1,11 @@ +#include + +struct strpeek { + int maxlen; + int len; + char *buf; +}; + +/* +XOPEN(400) +*/ -- cgit v1.2.1