PARPORT_LIST(3) Structures PARPORT_LIST(3) NAME parport_list - a collection of parallel ports SYNOPSIS #include DESCRIPTION A parport_list structure is just a vector of parport structures. STRUCTURE MEMBERS The structure has the following members: struct parport_list { /* Number of elements in the vector. */ int portc; /* The ports. */ struct parport **portv; }; AUTHOR Tim Waugh Author. COPYRIGHT Copyright (C) 2001-2003 Tim Waugh [FIXME: source] 04/07/2024 PARPORT_LIST(3)