'\" t .\" Title: parport_list .\" Author: Tim Waugh .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 04/07/2024 .\" Manual: Structures .\" Source: [FIXME: source] .\" Language: English .\" .TH "PARPORT_LIST" "3" "04/07/2024" "[FIXME: source]" "Structures" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" parport_list \- a collection of parallel ports .SH "SYNOPSIS" .sp .nf #include .fi .SH "DESCRIPTION" .PP A parport_list structure is just a vector of parport structures\&. .SH "STRUCTURE MEMBERS" .PP The structure has the following members: .sp .if n \{\ .RS 4 .\} .nf struct parport_list { /* Number of elements in the vector\&. */ int portc; /* The ports\&. */ struct parport **portv; }; .fi .if n \{\ .RE .\} .SH "AUTHOR" .PP \fBTim Waugh\fR <\&twaugh@redhat.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br Copyright \(co 2001-2003 Tim Waugh .br