FORM  4.1
Data Fields
ChAnNeL Struct Reference

#include <structs.h>

Data Fields

char * name
 
int handle
 

Detailed Description

When we read input from text files we have to remember not only their handle but also their name. This is needed for error messages. Hence we call such a file a channel and reserve a struct of type CHANNEL to allow to lay this link.

Definition at line 939 of file structs.h.

Field Documentation

char* name

[D] Name of the channel

Definition at line 940 of file structs.h.

Referenced by CopyFile().

int handle

File handle

Definition at line 941 of file structs.h.

Referenced by CopyFile().


The documentation for this struct was generated from the following file: