1 Star 0 Fork 4.9K

Cain / docs

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

nl_types.h

Overview

Related Modules:

IO

Description:

Defines I/O multiplexing functions related to message catalog operations.

Since:

1.0

Version:

1.0

Summary

Typedefs

Typedef Name

Description

nl_catd

typedef void * 

Type of message catalog descriptor.

Functions

Function Name

Description

catopen (const char *name, int oflag)

nl_catd 

Opens a message catalog and returns its descriptor.

catgets (nl_catd catd, int set_id, int msg_id, const char *s)

char * 

Obtains information from a message catalog.

catclose (nl_catd catd)

int 

Closes a catalog descriptor.

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

搜索帮助