40 #ifndef __EST_STRING_AUX_H__ 
   41 #define __EST_STRING_AUX_H__ 
   43 #include "EST_TList.h" 
   44 #include "EST_String.h" 
   45 #include "EST_types.h" 
   46 #include "EST_rw_status.h" 
   61 EST_String ftoString(
float n, 
int pres=3, 
int width=0, 
int l=0); 
 
   80 int  IVector_index(
const EST_IVector &v,
const int s);
 
   82 int ilist_member(
const EST_IList &l,
int i);
 
   83 int ilist_index(
const EST_IList &l,
int i);
 
   85 #endif // __EST_STRING_AUX_H__