From: Tassos T. <atz...@at...> - 2003-05-25 09:06:51
|
Whenever I include stdio.h(#include <stdio.h>) I get a compiler message = that there is an syntax error in 2 line of stdio.h. line 221: "extern inline int vsnprintf (char* s, size_t n, const char* = format," line 375: "extern inline int vsnwprintf (wchar_t* s, size_t n, const = wchar_t* format," My programs still run even though I never include that library but one = day they might not.What can I do to fix that problem? |