commit
This commit is contained in:
parent
e704df4a8d
commit
d149e5c768
4 changed files with 103 additions and 22 deletions
4
main.c
4
main.c
|
@ -5,7 +5,7 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
ptConf confChain = newConfChain();
|
||||
/*ptConf confChain = newConfChain();
|
||||
ptListener listenerChain = newListenerChain();
|
||||
|
||||
addConf(confChain, "test", "tesst", 21, 120, 2023);
|
||||
|
@ -26,7 +26,7 @@ int main()
|
|||
while (py -> next != NULL) {
|
||||
printf("name: %s\nage: %d\nlevel: %d", py -> name, py -> age, py -> level);
|
||||
py = py -> next;
|
||||
}
|
||||
}*/
|
||||
|
||||
menu();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue