/[MITgcm]/mitgcm.org/devel/buildweb/code-browser/F90Mapper/TOKTAB.h
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/code-browser/F90Mapper/TOKTAB.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:31 2002 UTC (22 years, 9 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Importing web-site building process.

1 struct symTab { char *symName;
2 char *ucName;
3 int useCount;
4 struct symTab *next; };
5 typedef struct symTab symTab;
6 symTab *symTabHead = NULL; /* Table of variable names */
7 symTab *procTabHead = NULL; /* Table of procedure names */
8 symTab *extTabHead = NULL; /* Table of current external names */
9 int symbolCount = 0;
10 int procCount = 0;

  ViewVC Help
Powered by ViewVC 1.1.22