Yûki - No MakeFile
This commit is contained in:
parent
35865485a0
commit
e7305b7ab8
8 changed files with 532 additions and 45 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __ARBRE_BINAIRE__
|
||||
#define __ARBRE_BINAIRE__
|
||||
|
||||
typedef char Elt;
|
||||
typedef int Elt;
|
||||
typedef int bool;
|
||||
struct znoeud {
|
||||
char elt ;
|
||||
|
|
|
|||
Reference in a new issue