6.5 The Implementation of Functionality of STL map Template

QSMM contains the implementation of functionality of C++ STL map and multimap templates. You can use the implementation in your C programs to create mapping objects without the need to rewrite the programs in C++ and potentially increase their complexity.

The header file qsmm/map.h contains declarations of datatypes and functions of the implementation.