Simple utilities sink - stuff that doesn't fit anywhere else / objects in plain C Snapshot
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <ctype.h>
#include <stdint.h>
#include "hex.h"
Go to the source code of this file.
Defines | |
#define | HEX_LINE_LENGTH 16 |
Functions | |
char * | make_hex_dump (const char *data, size_t len) |
format of hexadecimal dump | |
void * | parse_hexa_string (const char *str, int len, uint32_t *rsize) |
parsing of hexadecimal string |