A collection of useful hacks, tips, and tricks mostly for GNU tools on Linux/macOS.
unsigned long long arg1, arg2;arg1 = arg1/arg2;
Unknown symbol __udivdi3
unsigned long long arg1, arg2;unsigned long temp = arg1;do_div(temp, arg2);arg1 = temp;
Post a Comment
No comments:
Post a Comment