logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface

Application Usage

None.

Description

The <iconv.h> header shall define the following types: iconv_t Identifies the conversion from one codeset to another. size_t As described in <sys/types.h>. The following shall be declared as functions and may also be defined as macros. Function prototypes shall be provided. size_t iconv(iconv_t, char **restrict, size_t *restrict, char **restrict, size_t *restrict); int iconv_close(iconv_t); iconv_t iconv_open(const char *, const char *); Thefollowingsectionsareinformative.

Future Directions

None.

Name

iconv.h — codeset conversion facility

Prolog

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.

Rationale

None.

See Also

<sys_types.h> The System Interfaces volume of POSIX.1‐2017, iconv(), iconv_close(), iconv_open()

Synopsis

#include <iconv.h>

See Also