10 lines
225 B
C
Executable File
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");}
|
|
|
|
|