Changeset 4164 for trunk/src/win32k/include/vprntf16.h
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/include/vprntf16.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/vprntf16.h
r2898 r4164 1 /* $Id: vprntf16.h,v 1. 1 2000-02-25 18:15:06bird Exp $1 /* $Id: vprntf16.h,v 1.2 2000-09-02 21:08:04 bird Exp $ 2 2 * 3 3 * printf/vprintf header file - 16bit. … … 30 30 * Function prototypes 31 31 */ 32 int printf16(const char *pszFormat, ...); 33 int vprintf16(const char *pszFormat, va_list args); 32 int FAR printf16(const char *pszFormat, ...); 33 int FAR vprintf16(const char *pszFormat, va_list args); 34 35 /*#pragma alloc_text(CODE16, printf16, vprintf16)*/ 34 36 35 37
Note:
See TracChangeset
for help on using the changeset viewer.
