logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VistaIONumber - determine the number of array elements

Arguments

array     Specifies a fixed-size array.

Description

       The  VistaIONumber  macro  returns the number of elements in the specified array (computed as the size of
       the array divided by the size of an array element).

Name

       VistaIONumber - determine the number of array elements

Notes

       It is equivalent to the X Toolkit macro XtNumber(3Xt).

VistaIO Version 1.2.14                           19 January 1993                                VistaIONumber(3)

See Also

Syntax

#include<vistaio.h>size_tVistaIONumber(array)ArrayVariablearray;

See Also