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 "adresse.h"

int main()
{
dresse* adr;
adr=CreerAdresse(1,"Richeilieu",90,"truc");
AfficheAdrese(adr);
}