view Paper/src/ex_cbc @ 36:3f9931c6488f default tip

fix
author mir3636
date Sun, 21 Jan 2018 09:46:54 +0900
parents dbbe5ef644fb
children
line wrap: on
line source

__code clearSingleLinkedStack(struct SingleLinkedStack* stack,__code next(...)) {
    stack->top = NULL;
    goto next(...);
}