PARPORT_LISTSection: (3)Updated: |
PARPORT_LISTSection: (3)Updated: |
#include <ieee1284.h>
A parport_list structure is just a vector of parport structures.
The structure has the following members:
struct parport_list {
/* Number of elements in the vector. */
int portc;
/* The ports. */
struct parport **portv;
};