#include <nt.h>
#include "tokenp.h"
#include "adt.h"
Go to the source code of this file.
Definition at line 36 of file adtutil.c.
References NULL, PAGED_CODE, and String.
00040 { 00041 PAGED_CODE(); 00042 00043 if ( String == NULL) { 00044 KdPrint(("<NULL>")); 00045 return; 00046 } 00047 00048 KdPrint(("%Z",String->Buffer)); 00049 00050 }