VirtualBox

Changeset 96128 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Aug 9, 2022 10:28:07 AM (2 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/stdio.h

    r96091 r96128  
    9797int     RT_NOCRT(remove)(const char *pszFilename);
    9898int     RT_NOCRT(sscanf)(const char *pszString, const char *pszFormat, ...);
     99int     RT_NOCRT(vsscanf)(const char *pszString, const char *pszFormat, va_list);
    99100
    100101# ifndef RT_NOCRT_EOF /* also in string */
     
    135136int     RT_NOCRT(_remove)(const char *pszFilename);
    136137int     RT_NOCRT(_sscanf)(const char *pszString, const char *pszFormat, ...);
     138int     RT_NOCRT(_vsscanf)(const char *pszString, const char *pszFormat, va_list);
    137139
    138140# define _IONBF         (1) /**< No buffering. */
     
    169171#  define remove         RT_NOCRT(remove)
    170172#  define sscanf         RT_NOCRT(sscanf)
     173#  define vsscanf        RT_NOCRT(vsscanf)
    171174
    172175
     
    199202#  define _remove        RT_NOCRT(remove)
    200203#  define _sscanf        RT_NOCRT(_sscanf)
     204#  define _vsscanf       RT_NOCRT(_vsscanf)
    201205# endif
    202206
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette