This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void C2F() | inffic (integer *iopt, char *name, integer *nc) |
| void C2F() | infficl (integer *iopt, integer *nc) |
| char * | get_sci_data_strings (int n) |
| char* get_sci_data_strings | ( | int | n | ) |
Definition at line 46 of file inffic.c.
References dataStrings, Max, MAXDATA, and Min.
Referenced by C2F(), getfilenamehistory(), realmain(), and TerminateCorePart1().
00047 { 00048 return dataStrings[Max(Min(n,MAXDATA),0)]; 00049 }
Here is the caller graph for this function:

Definition at line 36 of file inffic.c.
References dataStrings, Max, MAXDATA, Min, and nc.
Referenced by CreateButtons().
00037 { 00038 *nc=strlen(dataStrings[Max(Min(*iopt-1,MAXDATA),0)]); 00039 }
Here is the caller graph for this function:

1.5.1