测试
This commit is contained in:
parent
768eee06df
commit
c1568c3a5f
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@
|
||||
################################################################################
|
||||
|
||||
/Debug
|
||||
/.vs/ZE-Standard-Libraries/v15
|
||||
/ZE-Standard-Libraries
|
||||
/ZE-Standard-Libraries.sln
|
||||
|
BIN
list/list.c
BIN
list/list.c
Binary file not shown.
BIN
list/list.h
BIN
list/list.h
Binary file not shown.
Binary file not shown.
10
main.c
Normal file
10
main.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int stack(void);
|
||||
int list(void);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
stack();
|
||||
getchar();
|
||||
return 0;
|
||||
}
|
BIN
stack/stack.c
BIN
stack/stack.c
Binary file not shown.
BIN
stack/stack.h
BIN
stack/stack.h
Binary file not shown.
Binary file not shown.
1
tree/tree.c
Normal file
1
tree/tree.c
Normal file
@ -0,0 +1 @@
|
||||
#include
|
2
tree/tree.h
Normal file
2
tree/tree.h
Normal file
@ -0,0 +1,2 @@
|
||||
#pragma once
|
||||
|
Loading…
Reference in New Issue
Block a user