Rechercher une page de manuel
parport_list
Langue: en
Version: 09/18/2007 (debian - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
parport_list - a collection of parallel portsSYNOPSIS
-
#include <ieee1284.h>
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 <twaugh@redhat.com>
- Author.
COPYRIGHT
Copyright © 2001-2003 Tim WaughContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre