N
AME
copy_mapping
- copy a mapping
S
YNTAX
#include "mapping.h"
struct mapping *copy_mapping(struct mapping *m)
D
ESCRIPTION
This function returns a copy of the mapping m. If you change the contents of the new mapping the contents of the mapping m will not change. Note that this function is not recursive.
K
EYWORDS
mapping