librfn
An ad-hoc utility library
Functions
hex.c File Reference
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "librfn.h"

Go to the source code of this file.

Functions

int hex_dump_to_file (FILE *f, unsigned char *p, size_t sz)
 
int hex_dump (unsigned char *p, size_t sz)
 
int hex_get_byte (const char *s, const char **p)