6e662fe3f33dd11f04e74b813fdd6297fd2ff675
3 /* dead simple.. 4 bits/character encoding */
5 #include "vg_platform.h"
7 #define VG_BINSTR_BASECHAR 0x41
9 void vg_str_bin( const void *txt
, void *bin
, int size
);
10 void vg_bin_str( const void *bin
, void *txt
, u32 size
);