FORM
4.2.1
|
#include <structs.h>
Data Fields | |
char * | name |
int | handle |
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.