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