Mstdlib-1.24.0
mstdlib_text.h
1#ifndef __MSTDLIB_TEXT_H__
2#define __MSTDLIB_TEXT_H__
3
4/*! \defgroup m_text Text Processing
5 *
6 * \code{.c}
7 * #include <mstdlib/mstdlib_text.h>
8 * \endcode
9 *
10 */
11
12#include <mstdlib/text/m_re.h>
13#include <mstdlib/text/m_textcodec.h>
14#include <mstdlib/text/m_verify.h>
15
16#endif /* __MSTDLIB_TEXT_H__ */