1 Star 0 Fork 5.1K

xulinlin / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wordexp_t.md 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

wordexp_t

Overview

Related Modules:

IO

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

1
https://gitee.com/xulinl/docs.git
git@gitee.com:xulinl/docs.git
xulinl
docs
docs
master

搜索帮助