search for: cprintf

Displaying 2 results from an estimated 2 matches for "cprintf".

Did you mean: sprintf
2010 Jun 22
0
BCB5 CGI.EXE in Ubuntu Lucid 64bit
...o use an exiting CGI.EXE program on 64bit Ubuntu Lucid. I have made a test program with the compiler (Borland C++Builder 5 ? BCB5) that just starts prints and closes. Code: #include <vcl.h> #include <conio.h> #pragma hdrstop #pragma argsused int main(int argc, char* argv[]) { cprintf("small test"); return 0; } Launched from Bash Script&#058; Code: before="$(date +%s%N)" wine ./testProject1.exe after="$(date +%s%N)" elapsed_seconds="$(expr $after - $before)" echo Elapsed time for code block: $elapsed_seconds Problem 1....
2011 Apr 29
0
Wine release 1.3.19
...lp: Prevent winedbg page faults when loading some PDBs generated by the Intel C Compiler. Piotr Caban (27): msvcrt: Added _resetstkoflw implementation. msvcrt/tests: Added fprintf tests. msvcrt: Copy and reorganize printf implementation. msvcrt: Use callback based printf in cprintf functions family. msvcrt: Use callback based printf in fprintf functions family. msvcrt: Use callback based printf in sprintf functions family. msvcrt: Removed pf_vnsprintf internal function. msvcrt: Added sprintf_p_l implementation. msvcrt: Print all integers using pf...