Open jfgrea27 opened 6 months ago
tools/*
Some of the arguments in the functions located in tool/* do not explicitly define their type. This results in a compilation error.
tool/*
Since the C99 Standard requires explicit typing in function definitions.
This PR will add typing to the function definitions.
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.