aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_GNU.F90
blob: 43641761fb5863a795c26c72fce0576fd3d8efcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*@@
  @file    $RCSfile$
  @author  $Author$
  @date    $Date$
  @desc
           Fortran 90 interface declarations for the routines
           which have their C declarations in cctk_GNU.h
  @enddesc
  @version $Header$
@@*/

#include "cctk.h"

module cctk_GNU
  implicit none
  
  ! This file only pulls in declarations for getopt and regex, which
  ! have no Fortran wrappers
  
end module cctk_GNU