Go to the source code of this file.
Functions | |
int | CharToHex (char v, char *s, char c) |
int | UnsignedToHex (unsigned v, char *s, char c) |
void | HexDump (int fd, char *b, int n) |
int CharToHex | ( | char | v, | |
char * | s, | |||
char | c | |||
) |
void HexDump | ( | int | fd, | |
char * | b, | |||
int | n | |||
) |
Definition at line 37 of file utils.c.
References _write(), CharToHex(), free, isprint(), malloc, and UnsignedToHex().
Referenced by MMCTask().
int UnsignedToHex | ( | unsigned | v, | |
char * | s, | |||
char | c | |||
) |