Skip to content
Extraits de code Groupes Projets
Valider 732452bc rédigé par Samuh's avatar Samuh
Parcourir les fichiers

struct.h

parent 525beb7a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#ifndef TP2_H
#define TP2_H
// typedef de la file d'entiers
typedef struct tp2_s *tp2_t;
tp2_t new_tp2(unsigned long size);
int set_deg(tp2_t t, unsigned long elem, int deg);
int destruct_tp2(tp2_t t);
int decrease_deg(tp2_t t, unsigned long elem);
unsigned long first_elem(tp2_t t);
#endif
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter