Rémi tu es chiant

pull/1/head
Camille RAYNAUD 1 year ago
parent f637b6d01d
commit 64dd356c7c

@ -0,0 +1,19 @@
Plomberie
Pros De Leau
12, Av. la république 63000 Clermont-Ferrand de lentreprise champs du
500 000
35
25000
Electricité
Electro Maître
50, zone industrielle sud 15000 Aurillac
450000
60
42000
Plomberie
DolcéAqua
33, zone Industriel Aubière -63170 - Aubière
450 000
40
27000
Carrelage

@ -0,0 +1,4 @@
Gros-Œuvre Electricité
Plomberie Peinture
Electricité Peinture
Plomberie Carrelage

@ -0,0 +1,32 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
//~~~~~~~~~~~~~~~~~~~~~~~~~~~STRUCTURE~~~~~~~~~~~~~~~~~~~~~~~~~~~
typedef struct devis{
}Devis;
typedef struct maillontdevis{
}MaillonDevis;
typedef struct ldevis{
}ListeDevis;
typedef struct offre{
char travaux[20];
}Offre;
typedef struct{
int oeil.gauche;
int oeil.droit;
int bouche;
}Pascal;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~FONCTION~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loading…
Cancel
Save