Audacity 3.2.0
|
Define helper functions for hex-to-num conversion. More...
#include <cstdint>
#include <cassert>
#include <cctype>
Go to the source code of this file.
Namespaces | |
namespace | audacity |
Functions | |
uint8_t | audacity::HexCharToNum (char c) noexcept |
Define helper functions for hex-to-num conversion.
Audacity: A Digital Audio Editor
Dmitry Vedenko
Definition in file HexHelpers.h.