2020-05-03 14:10:04 +02:00

10 lines
225 B
C
Executable File

#include <stdio.h>
#include "fichier_B2.h"
structB2 structB2Creation (int x, int y)
{ printf ("Execution de structB2Creation\n");}
void structB2Afficher (structB2 x)
{ printf ("Execution de structB2Afficher\n");}