commit
This commit is contained in:
parent
50ea8f2735
commit
aa5045a797
4 changed files with 41 additions and 10 deletions
8
main.c
8
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,9 +26,9 @@ int main()
|
|||
while (py -> next != NULL) {
|
||||
printf("name: %s\nage: %d\nlevel: %d", py -> name, py -> age, py -> level);
|
||||
py = py -> next;
|
||||
}*/
|
||||
}
|
||||
|
||||
menu();
|
||||
//menu();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue