Structures declared in function prototypes
I have two functions. pos()
, which defines a struct
as its return type, and bar()
, which defines a struct
as an argument type:
I have two functions. pos()
, which defines a struct
as its return type, and bar()
, which defines a struct
as an argument type: