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

10 lines
225 B
C
Executable File

#include <stdio.h>
#include "fichier_A2.h"
structA2 structA2Creation (int x, int y)
{ printf ("Execution de structA2Creation\n");}
void structA2Afficher (structA2 x)
{ printf ("Execution de structA2Afficher\n");}