tests: use native types for main() arguments
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 6 Feb 2023 10:18:34 +0000 (11:18 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 6 Feb 2023 10:19:40 +0000 (11:19 +0100)
commit15dd0189bbd56e71493d9d93fe446a99cef6a3fa
tree3953b20739413f1b071f108b1f92259f93b8b499
parentdaaa6964c9e5292f94c0131722749768b17864bb
tests: use native types for main() arguments

Follow the GLib recommendation and use native C types for the main()
function's arguments and return values.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/gpiod-test.c