ILE C/C++ Run-Time Library Functions
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:
- wfopen() accepts file name and mode as wide characters.
- wfopen() assumes CCSID 13488 if neither CCSID nor codepage
keyword is specified.
- 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 ]
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.