|
Home > |
|---|
int cDump(char * title,unsigned char * buf,unsigned int len);
Dump buf contents in hex via printf.
|
title |
Heading |
|
buf |
Bytes to dump |
|
len |
Number of bytes to dump |