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.
Diff: fichier_map.h
- Revision:
- 0:6ce9c65992e5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fichier_map.h Wed Apr 15 06:23:18 2015 +0000 @@ -0,0 +1,9 @@ +#define MAX_X 32 + + +void affiche_map_terminal(char (*ptr_map)[MAX_X]); + +void init_map(char (*ptr_map)[MAX_X]); + +void vide_map(char (*ptr_map)[MAX_X]); +