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