.\" @(#)PEXCountOCs.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXCountOCs 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXCountOCs \- Count Output Commands in an Encoded List .SH SYNTAX .LP unsigned long PEXCountOCs\^(\^int \fIfloat_format\fP\^, unsigned long \fIlength\fP\^, char *\fIencoded_ocs\fP\^) .SH PARAMETERS .TP 1i \fIfloat_format\fP The floating point format of the encoded output commands ( .B PEXIEEE_754_32, .B PEXDEC_F_Floating, .B PEXIEEE_754_64, .B PEXDEC_D_Floating ). .TP \fIlength\fP The length, in bytes, of the encoded output commands. .TP \fIencoded_ocs\fP A pointer to the encoded output commands. .SH RETURNS The number of output commands represented in the encoded output commands. .SH DESCRIPTION .\" indexing .IX PEXCountOCs .IX "Output Commands" PEXCountOCs .LP This function has no visible effect. This function returns the number of output commands in the encoded list of output commands. .LP A count of zero will be returned if the specified floating point format is not supported. .SH ERRORS None .SH SEE ALSO .LP .nf .BR PEXDecodeOCs (3) .fi