PARPORT_LIST(3) Structures PARPORT_LIST(3)NAMEparport_list - a collection of parallel portsSYNOPSIS#include <ieee1284.h>DESCRIPTIONA parport_list structure is just a vector of parport structures.STRUCTURE MEMBERSThe structure has the following members: struct parport_list { /* Number of elements in the vector. */ int portc; /* The ports. */ struct parport **portv; };AUTHORTim Waugh <twaugh@redhat.com> Author.COPYRIGHTCopyright (C) 2001-2003 Tim Waugh 09/18/2007 PARPORT_LIST(3)
| Related Man Pages |
|---|
| ieee1284_write_data(3) - centos |
| ieee1284_data_dir(3) - centos |
| ieee1284_read_data(3) - suse |
| ieee1284_wait_data(3) - suse |
| ieee1284_write_data(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |