N
AME
map_delete
- delete an item from a mapping
S
YNTAX
#include "mapping.h"
void map_delete(struct mapping *
m
, struct svalue *
key
);
D
ESCRIPTION
This function removes the key-index pair that has they key 'key' from the mapping. If there is no such key-index pair in the mapping nothing will be done.
K
EYWORDS
mapping
S
EE
A
LSO
mapping_insert