Changeset 73448 in vbox for trunk/include/VBox
- Timestamp:
- Aug 2, 2018 11:11:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbg.h
r73445 r73448 720 720 * @param ... Arguments specified in the format string. 721 721 */ 722 DECLINLINE(int) RT_IPRT_FORMAT_ATTR( 2, 3) DBGCCmdHlpPrintfEx(PDBGCCMDHLP pCmdHlp, size_t *pcbWritten,722 DECLINLINE(int) RT_IPRT_FORMAT_ATTR(3, 4) DBGCCmdHlpPrintfEx(PDBGCCMDHLP pCmdHlp, size_t *pcbWritten, 723 723 const char *pszFormat, ...) 724 724 {
Note:
See TracChangeset
for help on using the changeset viewer.