Frage

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

struct list *items[32]

how do I make a typedef for this?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top