comparison Paper/src/ex_cbc @ 0:dbbe5ef644fb

add
author mir3636
date Tue, 21 Nov 2017 19:56:10 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dbbe5ef644fb
1 __code clearSingleLinkedStack(struct SingleLinkedStack* stack,__code next(...)) {
2 stack->top = NULL;
3 goto next(...);
4 }