Changeset 102194 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Nov 21, 2023 11:52:23 AM (14 months ago)
- Location:
- trunk/src/libs/xpcom18a4/nsprpub/pr
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/prprf.h
r102051 r102194 56 56 */ 57 57 #include "prtypes.h" 58 #include "prio.h"59 58 #include <stdio.h> 60 59 #include <stdarg.h> … … 67 66 #define PR_sprintf_append VBoxNsprPR_sprintf_append 68 67 #define PR_sxprintf VBoxNsprPR_sxprintf 69 #define PR_fprintf VBoxNsprPR_fprintf70 68 #define PR_vsmprintf VBoxNsprPR_vsmprintf 71 69 #define PR_vsprintf_append VBoxNsprPR_vsprintf_append 72 70 #define PR_vsxprintf VBoxNsprPR_vsxprintf 73 #define PR_vfprintf VBoxNsprPR_vfprintf74 71 #endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */ 75 72 … … 116 113 117 114 /* 118 ** fprintf to a PRFileDesc119 */120 NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...);121 122 /*123 115 ** va_list forms of the above. 124 116 */ … … 127 119 NSPR_API(char*) PR_vsprintf_append(char *last, const char *fmt, va_list ap); 128 120 NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap); 129 NSPR_API(PRUint32) PR_vfprintf(struct PRFileDesc* fd, const char *fmt, va_list ap);130 121 131 122 PR_END_EXTERN_C
Note:
See TracChangeset
for help on using the changeset viewer.