'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Function hex_to_int

odtone::hex_to_int

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/strutil.hpp>


uchar hex_to_int(uchar c);

Description

Convert a hexadecimal value to an int.

Parameters:

c

Hexadecimal value.

Returns:

The converted int value.


PrevUpHomeNext