質問

One of my C functions takes the following as it first argument

struct list *items[32]

how do I make a typedef for this?

役に立ちましたか?

解決

The answer is typedef struct list* ProcList[32];

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top