File_t

Structure describing files

Synopsis

typedef struct { int foo1; char *buf1;
        int (*readfn)( int, void * );
        } File_t;
foo1
First struct item
buf1
Second struct item
readfn
Last struct item

Location:estest.h