MOS Source Code
Loading...
Searching...
No Matches
kutils.c File Reference
#include "mos/misc/kutils.h"
#include "mos/syslog/printk.h"
+ Include dependency graph for kutils.c:

Go to the source code of this file.

Functions

void hexdump (const char *data, const size_t len)
 

Variables

static const int HEXDUMP_COLS = 16
 

Function Documentation

◆ hexdump()

void hexdump ( const char * data,
const size_t len )

Definition at line 9 of file kutils.c.

Variable Documentation

◆ HEXDUMP_COLS

const int HEXDUMP_COLS = 16
static

Definition at line 7 of file kutils.c.

Referenced by hexdump().