aboutsummaryrefslogtreecommitdiff
path: root/src/libs/stdio.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-21 13:18:01 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-21 13:18:01 +0200
commit2f712d027b38bebd571e4fa673f0d642b59e3c98 (patch)
tree2dc9e1b7a2e11b0300b461ea3fc590ad52db3137 /src/libs/stdio.hpp
parentd9443c7fdf756212bb52ffc934b1166038bc2ad3 (diff)
Refactoring
Diffstat (limited to 'src/libs/stdio.hpp')
-rw-r--r--src/libs/stdio.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/stdio.hpp b/src/libs/stdio.hpp
index f48ae81..fd266a5 100644
--- a/src/libs/stdio.hpp
+++ b/src/libs/stdio.hpp
@@ -33,4 +33,4 @@ void printh(int h);
/**
* Print an integer as hex using itoh() truncated to size
*/
-void printh(int h, int size);
+void printh(int h, u32 size);