Changeset 1653 for trunk/src/NTDLL/crt.cpp
- Timestamp:
- Nov 9, 1999, 10:31:14 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/crt.cpp
r1443 r1653 1 /* $Id: crt.cpp,v 1.1 0 1999-10-25 19:24:13phaller Exp $ */1 /* $Id: crt.cpp,v 1.11 1999-11-09 09:30:20 phaller Exp $ */ 2 2 3 3 /* … … 1646 1646 int CDECL NTDLL__vsnprintf( char *s, size_t bufsize, const char *format, va_list arg ) 1647 1647 { 1648 dprintf(("NTDLL: _ultoa(%08xh, %08xh, %08xh) not implemented\n",1648 dprintf(("NTDLL: _ultoa(%08xh, %08xh, %08xh)\n", 1649 1649 s, 1650 1650 bufsize, 1651 1651 format)); 1652 1652 1653 return 0;1653 return wvsnprintfA(s, bufsize, format, arg); 1654 1654 } 1655 1655
Note:
See TracChangeset
for help on using the changeset viewer.