MemoryLib is a library for software development. It is available for Windows, Windows CE and Linux.
It consists of five submodules each oriented to specific functions:
- Malloc32. A group of functions developed in C for the allocation of memory. It is designed to support different types of dynamic strings using the following submodules.
- Spmem32. This group of strings functions, allows to work with chains of chars without taking care of memory allocation. There are functions for concatenation, character-strings matches, handling of delimited strings, substrings, substitution of characters and substrings, conversion to numeric and opposite, and so on.
- Spstr32. This submodule, supports arrays of strings in two dimensions and fifo and filo stack management.
- Sperr32. They are support functions of errors, including details of errors and error description.
- Spmath32 are basic numerical support functions.
This library is based on software developed by dSOFT in recent years, and is therefore well tested and reliable software. The source code (not included in the distribution by now) is highly optimized and serve as a perfect base for almost any type of development.
Related Links: