Blob Blame History Raw
/****************************************************************/
/*  mdso: midipix dso scavenger                                 */
/*  Copyright (C) 2015--2024  SysDeer Technologies, LLC         */
/*  Released under GPLv2 and GPLv3; see COPYING.MDSO.           */
/****************************************************************/

#ifndef MDSO_HEXFMT_IMPL_H
#define MDSO_HEXFMT_IMPL_H

#include <stdint.h>

void mdso_write_hex_64(char * ch, uint64_t val);

#endif