diff options
Diffstat (limited to 'src/stropts/struct_strpeek.h')
-rw-r--r-- | src/stropts/struct_strpeek.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <stropts.h> + +struct strpeek { + int maxlen; + int len; + char *buf; +}; + +/* +XOPEN(400) +*/ |