parent
f637b6d01d
commit
64dd356c7c
@ -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…
Reference in new issue