1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 01:49:23 +00:00

tests et complètion des fx

This commit is contained in:
Naej
2016-12-10 03:55:07 +01:00
committed by klmp200
parent 0996ce834d
commit a99b593863
5 changed files with 61 additions and 14 deletions

View File

@ -7,7 +7,11 @@
*@false : 0
*/
typedef enum Bool{
<<<<<<< 0996ce834deca07fbf19d0b5de5f3c8b568185e6:LibList/CellElement.h
=======
>>>>>>> tests et complètion des fx:CellElement.h
true = 1,
false = 0
@ -39,6 +43,9 @@ struct cellElement {
};
typedef struct cellElement cellElement;
cellElement * CreateCellElem();
void freeCellElem(cellElement * elem);
int AddNextCol(cellElement* tree);
int AddNextRow(cellElement* tree);