ILE C/C++ Run-Time Library Functions


wfopen() --Open Files

Format

#include <ifs.h>
FILE * wfopen(const wchar_t *filename,const wchar_t *mode);

Language Level: ILE C Extension

Threadsafe: Yes

Description

The wfopen() function works like the fopen() function, except:

Note:
This function is available only when SYSIFCOPT(*IFSIO) and LOCALETYPE(*LOCALE) or LOCALETYPE(*LOCALEUCS2) are specified on the compilation command.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]