# wordexp\_t ## **Overview** **Related Modules:** [IO](IO.md) **Description:** Describes information about word expansion. ## **Summary** ## Data Fields

Variable Name

Description

we_wordc

size_t 

we_wordv

char ** 

we_offs

size_t 

## **Details** ## **Field Documentation** ## we\_offs ``` size_t wordexp_t::we_offs ``` **Description:** Offset of the word string ## we\_wordc ``` size_t wordexp_t::we_wordc ``` **Description:** Number of words ## we\_wordv ``` char** wordexp_t::we_wordv ``` **Description:** Address of the word string