/*@@ @file $RCSfile$ @author $Author$ @date $Date$ @desc Fortran 90 interface declarations for the routines which have their C declarations in cctk_File.h @enddesc @version $Header$ @@*/ #include "cctk.h" module cctk_File implicit none interface subroutine CCTK_CreateDirectory (ierr, mode, pathname) implicit none integer ierr integer mode character(*) pathname end subroutine CCTK_CreateDirectory end interface end module cctk_File