The [google C++ style guide](https://google.github.io/styleguide/cppguide.html#Integer_Types) is a good argument against usage of `unsigned int` and the like. Modify all `src/` code to follow this.
The google C++ style guide is a good argument against usage of
unsigned intand the like. Modify allsrc/code to follow this.