forked from xt-sys/exectos
Print hexadecimal values in uppercase
This commit is contained in:
parent
e3f0782053
commit
289316b43b
@ -9,7 +9,7 @@
|
|||||||
#include <xtbl.h>
|
#include <xtbl.h>
|
||||||
|
|
||||||
|
|
||||||
STATIC PUINT16 HexTable = L"0123456789abcdef";
|
STATIC PUINT16 HexTable = L"0123456789ABCDEF";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compares two strings without sensitivity to case.
|
* Compares two strings without sensitivity to case.
|
||||||
|
Loading…
Reference in New Issue
Block a user