#include void CFunction(struct Cstruct **cstruct) { if (cstruct) { struct Cstruct *next = *cstruct++; next--; } }