Changeset 2429 in Sophya for trunk/SophyaProg
- Timestamp:
- Sep 12, 2003, 11:45:33 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/runcxx.cc
r2411 r2429 1 #include "machdefs.h" 1 2 #include <stdio.h> 2 3 #include <stdlib.h> … … 10 11 #include <typeinfo> 11 12 13 #include "tarrinit.h" 14 #include "array.h" 12 15 #include "sambainit.h" 13 16 #include "skyinit.h" 14 #include "tarrinit.h"15 17 16 18 #include "pexceptions.h" … … 73 75 int main(int narg, char *arg[]) 74 76 { 77 //SambaInitiator smbinit; 78 79 SophyaInit(); 80 InitTim(); 81 75 82 if ((narg > 1) && (strcmp(arg[1],"-h") == 0) ) Usage(false); 83 76 84 77 85 // Decoding options … … 151 159 152 160 try { 153 SophyaInit();154 InitTim();155 161 156 162 if (!fgcofn) { // Pas de fichier specifie - Lecture de fichier sur stdin
Note:
See TracChangeset
for help on using the changeset viewer.