]> andersk Git - splint.git/blob - test/widestrings.expect
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / widestrings.expect
1
2 widestrings.c: (in function main)
3 widestrings.c:9:16: Function printf expects arg 1 to be char * gets wchar_t *:
4                        L"English:  Hello, world!\n"
5 widestrings.c:10:17: Function wprintf expects arg 1 to be wchar_t * gets char
6                         *: "English:  Hello, world!\n"
7
8 Finished checking --- 2 code warnings, as expected
This page took 0.03556 seconds and 5 git commands to generate.