#include "kerngen/pilot.h"#include "kerngen/fortranc.h"#include "kerngen/cf_clos.h"#include "kerngen/cf_xaft.h"Go to the source code of this file.
Functions | |
| void type_of_call | cfclos_ (int *lundes, int *medium) |
|
||||||||||||
|
Definition at line 35 of file cfclos.c. References type_of_call. 00044 {
00045 int fildes;
00046
00047 fildes = *lundes;
00048 close (fildes);
00049 return;
00050 }
|
1.3.9.1