1 2 3 4 5 6 7 8 9 10 11 12
#include <wordexp.h> typedef struct { size_t we_wordc; char ** we_wordv; size_t we_offs; } wordexp_t; /* POSIX(2) */