1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-13 22:19:22 +00:00

ajout gestion bornes matrice

This commit is contained in:
Naej
2016-12-24 13:53:04 +01:00
parent 0a6c7524e0
commit 8e72e57179
3 changed files with 31 additions and 8 deletions

View File

@ -9,7 +9,8 @@
typedef enum Bool{
true = 1,
false = 0
false = 0,
ERROR = -1
} bool;