feat(docs/c): add linkedlist_stack.c

This commit is contained in:
Gonglja
2023-01-14 15:45:38 +08:00
parent 3fc8275520
commit a94010645d
2 changed files with 13 additions and 21 deletions

View File

@ -127,14 +127,6 @@ static void printTree(TreeNode *root) {
printTreeHelper(root, NULL, false);
}
/**
* @brief Print a stack
*
* @param head
*/
static void printStack(void *stack) {
}
#ifdef __cplusplus
}