Changeset 1678 for trunk/src/win32k/include/vprintf.h
- Timestamp:
- Nov 10, 1999, 2:45:38 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/vprintf.h
r1270 r1678 1 /* $Id: vprintf.h,v 1. 1 1999-10-14 01:17:56bird Exp $1 /* $Id: vprintf.h,v 1.2 1999-11-10 01:45:34 bird Exp $ 2 2 * 3 3 * printf/vprintf header file. 4 4 * 5 5 * Copyright (c) 1999 knut st. osmundsen 6 * 7 * Project Odin Software License can be found in LICENSE.TXT 6 8 * 7 9 */ … … 24 26 int printf(const char *pszFormat, ...); 25 27 int vprintf(const char *pszFormat, va_list args); 28 int vprintf2(const char *pszFormat, va_list args); 26 29 27 30 /*
Note:
See TracChangeset
for help on using the changeset viewer.