summaryrefslogtreecommitdiff
path: root/minilib/utils.h
blob: 068eaea8b64622329651694e2233916155906d67 (plain)
1
2
3
4
#pragma once

void strtohex( char *p, int len, char *s );
void inttohex( int i, char *s );