VirtualBox

Changeset 5666 in vbox for trunk/include


Ignore:
Timestamp:
Nov 11, 2007 4:25:51 AM (17 years ago)
Author:
vboxsync
Message:

PFNSTRFORMAT should return size_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r5605 r5666  
    474474 * @param   chArgSize       The argument size specifier, 'l' or 'L'.
    475475 */
    476 typedef DECLCALLBACK(int) FNSTRFORMAT(void *pvArg, PFNRTSTROUTPUT pfnOutput, void *pvArgOutput,
    477     const char **ppszFormat, va_list *pArgs, int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize);
     476typedef DECLCALLBACK(size_t) FNSTRFORMAT(void *pvArg, PFNRTSTROUTPUT pfnOutput, void *pvArgOutput,
     477                                         const char **ppszFormat, va_list *pArgs, int cchWidth,
     478                                         int cchPrecision, unsigned fFlags, char chArgSize);
    478479/** Pointer to a FNSTRFORMAT() function. */
    479480typedef FNSTRFORMAT *PFNSTRFORMAT;
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