I am a relatively novice programmer working with icc v7 under RedHat Linux 8.0. When compiling code using the "swprintf" function, the compiler tells me that swprintf is undefined. Am I missing a particular header file? In the /usr/include directory, wchar.h appears to define this function but, even when I include this file and use -I/usr/include when compiling, icc still reports that swprintf is undefined . . .
swprintf
For more complete information about compiler optimizations, see our Optimization Notice.


