mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
spelling: hexadecimal
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
d180a831f9
commit
11bce11278
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ Finds the last dot and remove all characters from the dot to the end
|
|||
*/
|
||||
std::string removeFileExt(std::string filename);
|
||||
|
||||
//! Convert into hexdecimal
|
||||
//! Convert into hexadecimal
|
||||
/*!
|
||||
Convert each character in \c subject into hexdecimal form with \c width
|
||||
Convert each character in \c subject into hexadecimal form with \c width
|
||||
*/
|
||||
std::string to_hex(const std::vector<std::uint8_t>& subject, int width, const char fill = '0');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue