Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/ecole_etude_fac_de_pau/licence_3/genie-logiciel/parking.h~

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

typedef struct 
{
  int etage;
  int numero;
}  place;


typedef struct
{
  char* immatriculation;  
  char* couleur;
} vehicule;


typedef struct
{
  place places[1200];
  vehicule vehicules[1200]; 
} parking;