Skip to content
Snippets Groups Projects
coordonnees.hpp 233 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef LIFAP6_LISTES_COORDONNEES_HPP
    #define LIFAP6_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