Source file: /~heha/Mikrocontroller/Displays/convac/uba.zip/src/loadhex.h

#pragma once
typedef unsigned char byte;
void store_buffer(const byte*,unsigned,unsigned);
bool loadhex(const byte*,unsigned,bool=false);
Detected encoding: UTF-80