Displaying 4 results from an estimated 4 matches for "vscanf".
Did you mean:
scanf
2005 May 12
0
Using string from stdlib in winemaker
.../c++/3.3/bits/char_traits.h:46,
from /usr/include/c++/3.3/string:47,
from wndclass.cxx:2:
/usr/include/c++/3.3/cstdio:167: error: `snprintf' not declared
/usr/include/c++/3.3/cstdio:168: error: `vfscanf' not declared
/usr/include/c++/3.3/cstdio:169: error: `vscanf' not declared
/usr/include/c++/3.3/cstdio:171: error: `vsscanf' not declared
/usr/include/c++/3.3/cstdio:177: error: `snprintf' not declared
/usr/include/c++/3.3/cstdio:178: error: `vfscanf' not declared
/usr/include/c++/3.3/cstdio:179: error: `vscanf' not declared
/usr/include/...
2008 Dec 31
1
wineg++ problem with the standard library
...in.o main.cpp
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:170: error: ::snprintf has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:171: error: ::vfscanf has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:172: error: ::vscanf has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:174: error: ::vsscanf has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:180: error: __gnu_cxx::snprintf has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cst...
2010 May 20
3
Install eventmachine on Debian Lenny
...r/include/c++/4.3/cstdio:98: error: expected constructor, destructor,
or type conversion before ‘namespace’
/usr/include/c++/4.3/cstdio:170: error: ‘::snprintf’ has not been
declared
/usr/include/c++/4.3/cstdio:171: error: ‘::vfscanf’ has not been
declared
/usr/include/c++/4.3/cstdio:172: error: ‘::vscanf’ has not been declared
/usr/include/c++/4.3/cstdio:173: error: ‘::vsnprintf’ has not been
declared
/usr/include/c++/4.3/cstdio:174: error: ‘::vsscanf’ has not been
declared
/usr/include/c++/4.3/cstdio:181: error: ‘__gnu_cxx::snprintf’ has not
been declared
/usr/include/c++/4.3/cstdio:182: error: ‘_...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message -----
> From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "Vaivaswatha Nagaraj" <vn at compilertree.com>
> Cc: "LLVM Dev" <llvm-dev at lists.llvm.org>
> Sent: Thursday, December 3, 2015 4:41:46 AM
> Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA
>
>