summaryrefslogtreecommitdiff
path: root/doc/misc_functions.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:27 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-11-22 14:50:27 +0100
commit811c5336e00e3357afeb0909a4d182d0c3bb6ad4 (patch)
treefe10b6cb9309bef50e7458c5c203905b43529d24 /doc/misc_functions.rst
parent62ac2dd91f81d8584d5ab585639dfe29eefc3e20 (diff)
parent80101a458f40cc35f39e890baba1a891a83009e7 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc/misc_functions.rst')
-rw-r--r--doc/misc_functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc_functions.rst b/doc/misc_functions.rst
index c988f37..0d9e11e 100644
--- a/doc/misc_functions.rst
+++ b/doc/misc_functions.rst
@@ -36,7 +36,7 @@ Miscellaneous functions
.. code-block:: c
#include <libHX/io.h>
- void HX_hexdump(FILE *fp, const void *ptr, unsigned int len);
+ void HX_hexdump(FILE *fp, const void *ptr, size_t len);
``HX_hexdump``
Outputs a nice pretty-printed hex and ASCII dump to the filedescriptor