Add and use type definitions for structures and enumerations
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 17:25:00 +0000 (13:25 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 19:00:50 +0000 (15:00 -0400)
commit7554f0b6577979e31d96156f2bb12549decaaa80
treef4f04c1ac4921d5804f3a837f4fa5b874bf93c42
parent9b49cc18e2251f3b6d73ff5e1ce5de6ff940cfd5
Add and use type definitions for structures and enumerations

Using the `_t` suffix to avoid changing the current API because `enum
argpar_item_type` has the same name as the argpar_item_type() function.

Using those new type definitions everywhere to make sure they work.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I87bcd2abd40ff91779b9c82b4b9b8a7afb535fb3
argpar/argpar.c
argpar/argpar.h
tests/test-argpar.c
This page took 0.022862 seconds and 4 git commands to generate.