ggidev-eq_3 man page on Mandriva

Man page or keyword search:  
man Server   17060 pages
apropos Keyword Search (all sections)
Output format
Mandriva logo
[printable version]

ggidev-eq_3(3)			      GGI			ggidev-eq_3(3)

NAME
       ggidev-eq_3, ggidev-ge_3 : triple-int comparisons

SYNOPSIS
       #include <ggi/internal/triple-int.h>

       int eq_3(unsigned l[3], unsigned r[3]);
       int ge_3(unsigned l[3], unsigned r[3]);

DESCRIPTION
       eq_3 tests if l and r are equal. Equivalent to l==r.

       ge_3 tests if l is greater than or equal to l. Equivalent to l>=r.

RETURN VALUE
       eq_3 and ge_3 returns non-zero if the relation is true, and zero other‐
       wise.

EXAMPLES
       Some triple-int comparisons:

       unsigned x[3], y[3], z[3];

       assign_int_3(x, 5);
       assign_int_3(y, 6);
       assign_int_3(z, 6);
       ASSERT(!eq_3(x, y));
       ASSERT(eq_3(y, z));
       ASSERT(ge_3(x, y));
       ASSERT(ge_3(y, z));
       ASSERT(!ge_3(y, x));

SEE ALSO
       ggidev-triple-int(7), ggidev-assign_int_3(3)

libggi-2.2.x			  2006-12-30			ggidev-eq_3(3)
[top]

List of man pages available for Mandriva

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net