Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

sys/kprint.h File Reference

Formatted printing definitions. More...


Functions

int NutKPrintBinary (CONST char *data, int len)
 Write a buffer to the debug output.

int NutKPrintBinary_P (PGM_P data, int len)
int NutKPrintString (CONST char *str)
 Print a string on the debug output.

int NutKPrintString_P (PGM_P str)
int NutKPrintInteger (u_long val, u_char radix, u_char width, u_char flags)
 Print a numeric value on the debug output.

int NutKPrintFormat (CONST char *fmt,...)
 Print parameters using a format string.


Detailed Description

Formatted printing definitions.


© 2000-2002 by egnite Software GmbH - visit http://www.ethernut.de/