Mapper
Macros | Functions | Variables
borshef.c File Reference
#include "prototypes.h"
Include dependency graph for borshef.c:

Go to the source code of this file.

Macros

#define ID_PROMPT   "Station:"
 
#define DTYPE_PROMPT   "DAY"
 

Functions

 main (int argc, char *argv[])
 
 matchpe (char *type)
 
 matchid (char *id4)
 
void ffeed (FILE *fp, FILE *fp2)
 

Variables

char dtype2 [16][9]
 
char pe [16][4]
 
char id_bor [35][5]
 
char id5 [35][9]
 
char name [35][30]
 

Macro Definition Documentation

◆ DTYPE_PROMPT

#define DTYPE_PROMPT   "DAY"

Definition at line 4 of file borshef.c.

◆ ID_PROMPT

#define ID_PROMPT   "Station:"

Definition at line 3 of file borshef.c.

Function Documentation

◆ ffeed()

void ffeed ( FILE *  fp,
FILE *  fp2 
)

Definition at line 264 of file borshef.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

main ( int  argc,
char *  argv[] 
)

Definition at line 12 of file borshef.c.

Here is the call graph for this function:

◆ matchid()

matchid ( char *  id4)

Definition at line 253 of file borshef.c.

Here is the caller graph for this function:

◆ matchpe()

matchpe ( char *  type)

Definition at line 243 of file borshef.c.

Here is the caller graph for this function:

Variable Documentation

◆ dtype2

char dtype2[16][9]

Definition at line 6 of file borshef.c.

◆ id5

char id5[35][9]

Definition at line 9 of file borshef.c.

◆ id_bor

char id_bor[35][5]

Definition at line 8 of file borshef.c.

◆ name

char name[35][30]

Definition at line 10 of file borshef.c.

◆ pe

char pe[16][4]

Definition at line 7 of file borshef.c.