8 lines
221 B
C
8 lines
221 B
C
|
#include <stdio.h>
|
||
|
#include "fichier_B3.h"
|
||
|
structB3 structB3Creation (int x, int y)
|
||
|
{ printf ("Execution de structB3Creation\n");}
|
||
|
void structB3Afficher (structB3 x)
|
||
|
{ printf ("Execution de structB3Afficher\n");}
|
||
|
|