Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

cfclos.c File Reference

#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)


Function Documentation

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 }


Generated on Mon Feb 15 11:07:55 2010 for loon by  doxygen 1.3.9.1