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

NAME

rhash_len - get the number of elements stored in a RHash.

SYNOPSIS

#include <roy.h>

int rhash_len (RHash *hash);

DESCRIPTION

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

SEE ALSO