N
AME
m_sizeof
- return the number of key-value pairs in a mapping
S
YNTAX
#include "mapping.h"
int m_sizeof(struct mapping *m)
D
ESCRIPTION
This function returns the number of key-index pairs in the mapping, just like the function sizeof() in Pike.
N
OTA
B
ENE
m_sizeof is a macro
K
EYWORDS
mapping