FurryAcetylCoA / Bin-to-Hex-macro

A C header converting 8-bit binary literal into hexadecimal literal. For some old C compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin-to-Hex-macro

A C header converting 8-bit binary literal into hexadecimal literal. For some old C compiler.

It might seems silly. But this is the fastest way to do this (for runtime performance).

Files

  • BintoHex.h : The header itself
  • main.py : Script genearating the header

About

A C header converting 8-bit binary literal into hexadecimal literal. For some old C compiler

License:BSD 2-Clause "Simplified" License


Languages

Language:C 94.9%Language:Python 5.1%