diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:39:51 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:39:51 -0500 |
| commit | 425206de98078701ed42f976d76b611bb1e26d88 (patch) | |
| tree | 69b1ee0d14fa37e8cdd169e9bd4567c3531080ab /src/stropts/struct_strpeek.c | |
| parent | ae9f7ec577e7a8cfd474d7772eb31afd487ff099 (diff) | |
merge XOPEN identifiers
Diffstat (limited to 'src/stropts/struct_strpeek.c')
| -rw-r--r-- | src/stropts/struct_strpeek.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stropts/struct_strpeek.c b/src/stropts/struct_strpeek.c new file mode 100644 index 00000000..75f1c1e9 --- /dev/null +++ b/src/stropts/struct_strpeek.c @@ -0,0 +1,11 @@ +#include <stropts.h> + +struct strpeek { + int maxlen; + int len; + char *buf; +}; + +/* +XOPEN(400) +*/ |
