summaryrefslogtreecommitdiff
path: root/src/stropts/struct_str_list.h
blob: a3f6958b041cc4295b8931769744e555b7dc597d (plain)
1
2
3
4
5
6
7
8
9
10
#include <stropts.h>

struct str_list {
	int sl_nmods;
	struct str_mlist *sl_modlist;
};

/*
XOPEN(400)
*/