ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/outil/src/ot_chaine.h
Revision: 708
Committed: Mon Aug 31 20:21:13 2015 UTC (9 years, 8 months ago) by francois
Content type: text/plain
File size: 289 byte(s)
Log Message:
exportation code aster le fichier mail ne depasse plus 80 caracteres

File Contents

# User Rev Content
1 francois 708 #ifndef ot_CHAINE
2     #define ot_CHAINE
3    
4    
5     class OT_CHAINE
6     {
7     public:
8     OT_CHAINE();
9     OT_CHAINE(OT_CHAINE &mdd);
10     ~OT_CHAINE();
11    
12    
13     void mg_fprintf(FILE *in,char *message);
14     void ini_mg_fprintf(int pos,char c);
15    
16     private:
17     int longmax;
18     char charseparateur;
19    
20     };
21    
22    
23    
24    
25    
26    
27    
28     #endif