- Timestamp:
- Apr 17, 2001, 1:05:31 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/vprntf16.c
r5298 r5529 1 /* $Id: vprntf16.c,v 1. 5 2001-03-11 16:47:28bird Exp $1 /* $Id: vprntf16.c,v 1.6 2001-04-16 23:05:31 bird Exp $ 2 2 * 3 3 * vprintf and printf - 16-bit. … … 436 436 * At runtime the text is only sendt to com-port. 437 437 */ 438 static char *stroutconsole( registerchar *psz, signed cchMax)439 { 440 registerCHAR ch;438 static char *stroutconsole(char *psz, signed cchMax) 439 { 440 CHAR ch; 441 441 442 442 while (cchMax > 0 && *psz != '\0') 443 443 { 444 registersigned cch = 0;444 signed cch = 0; 445 445 USHORT us; /* Bytes written (ignored). */ 446 446
Note:
See TracChangeset
for help on using the changeset viewer.