summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/utils/hexa.h
diff options
context:
space:
mode:
authorschodet2004-05-09 17:55:28 +0000
committerschodet2004-05-09 17:55:28 +0000
commit73301302d22cca6d64c4e778b5bb2681eca13c0c (patch)
treec3e884c1fd5d78aedc8bc718a8d220640eac5631 /2004/i/nono/src/utils/hexa.h
parent90079f6b0e58daba9b81409f58ec2f0c4d485128 (diff)
Point: operator-
Hexa: unsigned char.
Diffstat (limited to '2004/i/nono/src/utils/hexa.h')
-rw-r--r--2004/i/nono/src/utils/hexa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/2004/i/nono/src/utils/hexa.h b/2004/i/nono/src/utils/hexa.h
index 348f90d..c2a0259 100644
--- a/2004/i/nono/src/utils/hexa.h
+++ b/2004/i/nono/src/utils/hexa.h
@@ -34,6 +34,9 @@ int hex2digit (char c);
/// Converti un chiffre (0-15) en hexa (0-9a-f).
char digit2hex (int d);
+/// Décode un mot non-signé (1 octets).
+unsigned int hexUnsignedChar2int (const char *s);
+
/// Décode un mot signé (1 octets).
int hexSignedChar2int (const char *s);