You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
436 B
32 lines
436 B
#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~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|