Skip to content
Snippets Groups Projects
coordonnees.hpp 233 B
Newer Older
#ifndef LIFAPC_LISTES_COORDONNEES_HPP
#define LIFAPC_LISTES_COORDONNEES_HPP

/* encodage ligne / colonne short int dans un int */
int encode(short int l, short int c) ;
short ligne(int segment) ;
short colonne(int segment) ;

#endif