libpll icon indicating copy to clipboard operation
libpll copied to clipboard

Check const correctness and use restrict keyword

Open xflouris opened this issue 7 years ago • 2 comments

Add const to function parameters where it would make code more readable.

Use restrict keyword to limit pointer aliasing.

xflouris avatar Mar 20 '17 09:03 xflouris