Changeset 1572 in Sophya for trunk/Eval/Speed/timing.c


Ignore:
Timestamp:
Jul 12, 2001, 10:39:43 AM (24 years ago)
Author:
ansari
Message:

declaration de const char * pour PrtTim() - Reza 12/7/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/timing.c

    r991 r1572  
    1111 
    1212void InitTim(void);
    13 void PrtTim(char *Comm);
     13void PrtTim(const char *Comm);
    1414 
    1515/* Nouvelle-Fonction */
     
    2222 
    2323/* Nouvelle-Fonction */
    24 void PrtTim(char *Comm)
     24void PrtTim(const char *Comm)
    2525{
    2626float tcal,tcalt;
Note: See TracChangeset for help on using the changeset viewer.