1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-11 12:19:25 +00:00

Normalement maintenant ça compile mieux

This commit is contained in:
2018-06-06 01:15:23 +02:00
parent 6ab2711c9c
commit 0fd63b47dd
13 changed files with 84 additions and 11 deletions

View File

@ -43,6 +43,6 @@ FRIENDLY(head, Element)
FRIENDLY(tail, Element)
FRIENDLY(size, Element)
List *$_init_List();
List *_init_List();
#endif //LO41_LIST_H