Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/ecole_etude_fac_de_pau/licence_3/systeme-d-exploitation/tp1/test.c

(Deskargatu)
#include <stdlib.h>
#include <stdio.h>

#include "liste.h"

int main()
{
Adresse* adr;
adr=CreerAdresse(1,"Richeilieu",90,"truc");
AfficheAdresse(adr);

Personne* pr;
  pr=CreerPersonne("Muriel","Sergio",adr);
 AffichePersonne(pr);
liste* b;
  liste_vide(&b);
}