Changes between Version 14 and Version 15 of CaoCourseTme9
- Timestamp:
- May 9, 2007, 1:20:38 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaoCourseTme9
v14 v15 198 198 Les fonctions d’accès sont les suivantes : 199 199 {{{ 200 extern frontierastar_t *cons_frontierastar(int x s, int ys);201 }}} 202 203 Cette fonction construit une structure frontierastar_t. 200 extern frontierastar_t *cons_frontierastar(int xt, int yt); 201 }}} 202 203 Cette fonction construit une structure frontierastar_t. Elle prend en paramètres les coordonnées de la cible. 204 204 {{{ 205 205 extern void display_frontierastar(frontierastar_t *list);