This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* SAE 2.02 - Exploration algorithmique d’un problème
* Prtie 1 / Exercice _
* Extrait code C
*/
#define NAME_MAX_LEN 40
#define NB_PTS_CARACT_MAX 10
/**
* @brief structure caractérisant un point dans la ville
*
* Un point n'a besoin de connaître que les point qu'il peut relier.