Changeset 3572 in Sophya for trunk/FrEROS/AnaLC/nomfits2.c
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FrEROS/AnaLC/nomfits2.c
r3308 r3572 93 93 /* 94 94 ++ 95 unsigned long int decode_zeza(c har* s, int i1, int i2)95 unsigned long int decode_zeza(const char* s, int i1, int i2) 96 96 Pour coder (Rc) en entier decimal la chaine de caracteres 97 97 comprise entre `s[i1]' et `s[i2]' interpretee comme … … 99 99 -- 100 100 */ 101 unsigned long int decode_zeza(c har* s, int i1, int i2)101 unsigned long int decode_zeza(const char* s, int i1, int i2) 102 102 { 103 103 unsigned long int D, ibase = 1; … … 247 247 /* 248 248 ++ 249 int Test_NoCorrupt(c har *flnm)249 int Test_NoCorrupt(const char *flnm) 250 250 Test pour voir si le fichier Fits de nom `flnm' n'est 251 251 pas corrompu. … … 260 260 -- 261 261 */ 262 int Test_NoCorrupt(c har *flnm)262 int Test_NoCorrupt(const char *flnm) 263 263 { 264 264 int lp=0;
Note:
See TracChangeset
for help on using the changeset viewer.