8 lines
221 B
C
Raw Permalink Normal View History

2020-05-03 14:10:04 +02:00
#include <stdio.h>
#include "fichier_B1.h"
structB1 structB1Creation (int x, int y)
{ printf ("Execution de structB1Creation\n");}
void structB1Afficher (structB1 x)
{ printf ("Execution de structB1Afficher\n");}