summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/utils/hexa.h
diff options
context:
space:
mode:
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 54ee9dc..348f90d 100644
--- a/2004/i/nono/src/utils/hexa.h
+++ b/2004/i/nono/src/utils/hexa.h
@@ -25,6 +25,9 @@
//
// }}}
+/// Constante retournée pour une valeur invalide.
+const int hexInvalid = 1 << 24;
+
/// Converti un caractère hexa (0-9a-f) en chiffre (0-15).
int hex2digit (char c);