#include "machine.h"


Go to the source code of this file.
Defines | |
| #define | MANUAL_ID 0 |
| #define | STARTUP_ID 1 |
| #define | DEMOS_ID 2 |
| #define | SAVE_ID 3 |
| #define | QUIT_ID 4 |
Functions | |
| void C2F() | inffic (integer *iopt, char *name, integer *nc) |
| void C2F() | infficl (integer *iopt, integer *nc) |
| char * | get_sci_data_strings (int n) |
| #define MANUAL_ID 0 |
| #define QUIT_ID 4 |
| #define STARTUP_ID 1 |
| char* get_sci_data_strings | ( | int | n | ) |
Definition at line 54 of file inffic.c.
References dataStrings, Max, MAXDATA, and Min.
Referenced by errmsg(), realmain(), and TerminateCorePart1().
00055 { 00056 return dataStrings[Max(Min(n,MAXDATA),0)]; 00057 }

1.5.5