git/hex-ll.c

#include "git-compat-util.h"
#include "hex-ll.h"

const signed char hexval_table[256] =;

int hex_to_bytes(unsigned char *binary, const char *hex, size_t len)
{}