man rbhash_len (Fonctions bibliothèques) - get the number of elements stored in a RBHash.

NAME

rbhash_len - get the number of elements stored in a RBHash.

SYNOPSIS

#include <roy.h>

int rbhash_len (RBHash *hash);

DESCRIPTION

This macro returns the length (number of elements) of the RBHash specified by the hash argument.

SEE ALSO