Test Output |
**********************************************************************
/tset/XPG4.hdr/misc/wchar/T.wchar 51 Failed
Test Description:
If the header file contains a macro definition for vfwscanf:
The macro has a result type int.
Note: This test is only executed in POSIX01 and UNIX03 modes.
Test Strategy:
COMPARE return value against item of the same type.
USE return value as an array reference.
ASSIGN return value to an item of the same type.
Test Information:
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_POSIX_C_SOURCE=200112
Compiler or run-time messages or results:
"cc51es.c", line 23: error #20: identifier "FILE" is undefined
FILE *arg1 = 0;
^
"cc51es.c", line 23: error #20: identifier "arg1" is undefined
FILE *arg1 = 0;
^
"cc51es.c", line 28: error #757: "FILE" is not a type name
int (*func)( FILE * restrict , const wchar_t * restrict ,
va_list);
^
Compilation exited with non-zero value when expected to succeed
Feature test macros: -D_POSIX_C_SOURCE=200112 -D_POSIX_SOURCE
Compiler or run-time messages or results:
"cc51es.c", line 23: error #20: identifier "FILE" is undefined
FILE *arg1 = 0;
^
"cc51es.c", line 23: error #20: identifier "arg1" is undefined
FILE *arg1 = 0;
^
"cc51es.c", line 28: error #757: "FILE" is not a type name
int (*func)( FILE * restrict , const wchar_t * restrict ,
va_list);
^
********************************************************************** |