aplat

Documents structurés pour Unix
git clone git://git.asteride.xyz/~ldp/aplat.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

general.h (124B)


      1 #ifndef GENERAL_H
      2 #define GENERAL_H
      3 
      4 #define TLL_ETQ 127
      5 #define TLL_CTN 255
      6 
      7 int utf8_trop(char *base, char *fin);
      8 
      9 #endif