eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
file Struct Reference

File base struct. More...

#include <reader.h>

Data Fields

const char * filename
 The name of the file.
 
FILE * file
 The FILE object.
 

Detailed Description

File base struct.

Field Documentation

◆ file

FILE* file::file

The FILE object.

This is used to access the file contents

Warning
may be NULL

◆ filename

const char* file::filename

The name of the file.


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