Blame view

find.h 75 Bytes
264d2b59   Thorsieger   debut verif ortho...
1
2
3
4
5
  #include "tree.h"
  
  int find();
  
  int find_mot(struct node **,char*,int,int);