提交 5316d083 编写于 作者: R Rich Felker

fix typo in wordexp.h (note that the function is still unimplemented)

上级 4b1244a0
......@@ -19,7 +19,7 @@ extern "C" {
typedef struct
{
size_t we_wordc;
char **wc_wordv;
char **we_wordv;
size_t we_offs;
} wordexp_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册