Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
fichier_map.h@0:6ce9c65992e5, 2015-04-15 (annotated)
- Committer:
 - dylancachan
 - Date:
 - Wed Apr 15 06:23:18 2015 +0000
 - Revision:
 - 0:6ce9c65992e5
 
telemetre
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| dylancachan | 0:6ce9c65992e5 | 1 | #define MAX_X 32 | 
| dylancachan | 0:6ce9c65992e5 | 2 | |
| dylancachan | 0:6ce9c65992e5 | 3 | |
| dylancachan | 0:6ce9c65992e5 | 4 | void affiche_map_terminal(char (*ptr_map)[MAX_X]); | 
| dylancachan | 0:6ce9c65992e5 | 5 | |
| dylancachan | 0:6ce9c65992e5 | 6 | void init_map(char (*ptr_map)[MAX_X]); | 
| dylancachan | 0:6ce9c65992e5 | 7 | |
| dylancachan | 0:6ce9c65992e5 | 8 | void vide_map(char (*ptr_map)[MAX_X]); | 
| dylancachan | 0:6ce9c65992e5 | 9 |