www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

tas.h (189B)


      1 #ifndef TRI_TAS_TAS_H
      2 #define TRI_TAS_TAS_H
      3 
      4 typedef char EtatTriParTas;
      5 
      6 void triParTas(void* t, int taille, AccesseurIndex get, AccesseurEchanger echanger, Comparaison comparer);
      7 
      8 #endif