author | Olivier Brunel
<jjk@jjacky.com> 2023-02-17 16:18:00 UTC |
committer | Olivier Brunel
<jjk@jjacky.com> 2023-02-20 09:02:24 UTC |
parent | 1d59ee15b770323ee1a58fee30c8b32dcc0c4afe |
doc/msb64.3.md | +2 | -2 |
diff --git a/doc/msb64.3.md b/doc/msb64.3.md index b5edbe5..35dbead 100644 --- a/doc/msb64.3.md +++ b/doc/msb64.3.md @@ -9,10 +9,10 @@ msb64 - return the position of the most significant bit set # SYNOPSIS - #include <limb/int.h> + #include <limb/uint64.h> ```pre hl -int msb64(u64 <em>val</em>) +int msb64(uint64_t <em>val</em>) ``` # DESCRIPTION