#include <ntos.h>#include <inbv.h>Go to the source code of this file.
Typedefs | |
| typedef unsigned char | BYTE |
| typedef unsigned char * | PBYTE |
Functions | |
| int | xatoi (char c) |
| int | fields (char *cp, int *zerofill, int *fieldwidth) |
| VOID | putx (ULONG x, int digits, int zerofill, int *fieldwidth) |
| VOID | puti (LONG i, int digits, int zerofill, int *fieldwidth) |
| VOID | putu (ULONG u, int digits, int zerofill, int *fieldwidth) |
| VOID | putc (CHAR c) |
| void | vprintf (PCHAR cp, USHORT a1) |
| void | puti (long i, int digits, int zerofill, int *fieldwidth) |
|
|
|
||||||||||||||||
|
Definition at line 281 of file halvprnt.c. References xatoi(). Referenced by vprintf().
|
|
|
Definition at line 389 of file halvprnt.c. References c, InbvDisplayString(), and VOID(). Referenced by puti(), putu(), putx(), and vprintf().
|
|
||||||||||||||||||||
|
Definition at line 337 of file halvprnt.c. References putc(). Referenced by vprintf().
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 366 of file halvprnt.c. References putc(). Referenced by vprintf().
|
|
||||||||||||||||||||
|
Definition at line 306 of file halvprnt.c. References putc(). Referenced by vprintf().
|
|
||||||||||||
|
Definition at line 110 of file halvprnt.c. References c, fields(), NULL, PBYTE, putc(), puti(), putu(), putx(), and USHORT.
|
|
|
Definition at line 405 of file halvprnt.c. References c. Referenced by fields().
|
1.3.7