Blame view

find.h 78 Bytes
264d2b59   Thorsieger   debut verif ortho...
1
2
3
4
  #include "tree.h"
  
  int find();
  
284154ca   Thorsieger   gestion des accents
5
  int find_mot(struct node **,wchar_t*,int,int);