Skip to content
Snippets Groups Projects
Commit 2f6de49f authored by Martin Mareš's avatar Martin Mareš
Browse files

Better prototypes.

parent 54c411f6
Branches
Tags
No related merge requests found
......@@ -15,5 +15,5 @@
* u32_masklen Inverse operation to u32_mkmask, -1 if not a bitmask.
*/
u32 u32_mkmask(unsigned);
int u32_masklen(u32);
u32 u32_mkmask(unsigned n);
int u32_masklen(u32 x);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment