Yûki - Add DEBUG State

This commit is contained in:
name 2019-12-15 05:05:15 +01:00
parent b2e8b8f388
commit 35865485a0
No known key found for this signature in database
GPG key ID: 03E8F3CF3183323A
3 changed files with 23 additions and 5 deletions

View file

@ -41,9 +41,9 @@ int main(int argc, char **argv){
// Récupération du code de chaque charactere
printf("Code : \n");
char s[8]="2";
char s[80]="";
int f[1]={0};
char search=' ';
char search='-';
arbre_rechercher(huff,search,s,0,f);
if(f[0]==1){
printf("\nTrouve : %s\n",s);