Files
SAE11_2024/definirMaxXY.h

10 lines
107 B
C
Raw Normal View History

2024-11-15 09:50:42 +01:00
#ifndef DEFINIRMAXXY_H
#define DEFINIRMAXXY_H
int DefMaxX(int taille);
int DefMaxY(int taille);
#endif