On Thursday, 23 July 2015 at 06:26:28 UTC, Jacob Carlborg wrote:
On 2015-07-23 03:57, Mike Parker wrote:

In your case, rd_kafka_metadata is the name of the struct, but in C
instances would need to be declared like so:

struct rd_kafka_metadata instance;

Since the struct is declared directly in the typedef, is the struct name actually available?

Yes. It's just short hand for this:

typedef struct foo foo_t;
struct foo {}

Reply via email to