tpcds-kit
tpcds-kit copied to clipboard
fix: Add explicit arg typing across `tools/*`.
fix: Add explicit arg typing across tools/*.
Context
Some of the arguments in the functions located in tool/* do not explicitly define their type. This results in a compilation error.
Since the C99 Standard requires explicit typing in function definitions.
Changes
This PR will add typing to the function definitions.