Description
Implement the missing CRT _sc(w)printf() function. Since we already have the _vsc(w)printf() one, it is a trivial matter of calling that latter one from the _sc(w)printf() implementation, and then exporting it from msvcrt.dll.
Implement the missing CRT _sc(w)printf() function. Since we already have the _vsc(w)printf() one, it is a trivial matter of calling that latter one from the _sc(w)printf() implementation, and then exporting it from msvcrt.dll.