00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include "kerngen/pilot.h"
00021 #include "kerngen/fortranc.h"
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #include "kerngen/cf_clos.h"
00032 #include "kerngen/cf_xaft.h"
00033
00034 #if defined(CERNLIB_QX_SC)
00035 void type_of_call cfclos_(lundes, medium)
00036 #endif
00037 #if defined(CERNLIB_QXNO_SC)
00038 void type_of_call cfclos(lundes, medium)
00039 #endif
00040 #if defined(CERNLIB_QXCAPT)
00041 void type_of_call CFCLOS(lundes, medium)
00042 #endif
00043 int *lundes, *medium;
00044 {
00045 int fildes;
00046
00047 fildes = *lundes;
00048 close (fildes);
00049 return;
00050 }
00051
00052 #ifdef CERNLIB_TCGEN_CFCLOS
00053 #undef CERNLIB_TCGEN_CFCLOS
00054 #endif