Ignore:
Timestamp:
Nov 9, 1999, 10:31:14 AM (26 years ago)
Author:
phaller
Message:

Add: new functions implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/crt.cpp

    r1443 r1653  
    1 /* $Id: crt.cpp,v 1.10 1999-10-25 19:24:13 phaller Exp $ */
     1/* $Id: crt.cpp,v 1.11 1999-11-09 09:30:20 phaller Exp $ */
    22
    33/*
     
    16461646int CDECL NTDLL__vsnprintf( char *s, size_t bufsize, const char *format, va_list arg )
    16471647{
    1648   dprintf(("NTDLL: _ultoa(%08xh, %08xh, %08xh) not implemented\n",
     1648  dprintf(("NTDLL: _ultoa(%08xh, %08xh, %08xh)\n",
    16491649           s,
    16501650           bufsize,
    16511651           format));
    16521652
    1653   return 0;
     1653  return wvsnprintfA(s, bufsize, format, arg);
    16541654}
    16551655
Note: See TracChangeset for help on using the changeset viewer.