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

11 lines
188 B
C
Executable File

#include "fichier_A1.h"
/// Header_B1
typedef struct
{
int champX;
int champY;
} structB1;
structB1 structB1Creation (int x, int y);
void structB1Afficher (structB1 x);