diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-21 13:18:01 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-21 13:18:01 +0200 |
| commit | 2f712d027b38bebd571e4fa673f0d642b59e3c98 (patch) | |
| tree | 2dc9e1b7a2e11b0300b461ea3fc590ad52db3137 /src/libs/stdio.hpp | |
| parent | d9443c7fdf756212bb52ffc934b1166038bc2ad3 (diff) | |
Refactoring
Diffstat (limited to 'src/libs/stdio.hpp')
| -rw-r--r-- | src/libs/stdio.hpp | 2 |
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); |
