Changeset 7183 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Feb 27, 2008 5:41:30 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/string.h
r5999 r7183 52 52 #endif 53 53 size_t rtstrFormatRt(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, const char **ppszFormat, va_list *pArgs, int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize); 54 size_t rtstrFormatType(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, const char **ppszFormat, va_list *pArgs, int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize); 54 55 55 56 __END_DECLS
Note:
See TracChangeset
for help on using the changeset viewer.