/** \file * \brief miscelaneous functions * * See Copyright Notice in "iup.h" */ /*! \mainpage IUP * * \section intro Introduction * * Internal SDK documentation of the IUP library, automatically generated using Doxygen (http://www.doxygen.org/). * * \section codestd Code Standards * * \subsection func Function Names (prefix format) * - IupFunc - User API, implemented in the core * - iupFunc - Internal Core API, implemented in the core, used in the core or in driver * - iupxxxFunc - Windows Internal API, implemented in driver xxx, used in driver xxx * - iupdrvFunc - Driver API, implemented in driver, used in the core or driver * - xxxFunc - Driver xxx local functions * * \subsection glob Globais Variables (lower case format) * - iupxxx_var * * \subsection loc Local Variables (lower case format, using module name) * - iyyy_var * * \subsection fil File Names * - iupyyy.h - public headers * - iup_yyy.h/c - core * - iupxxx_yyy.h/c - driver * * \subsection strc Structures * - Iyyy * * \subsection com File Comments (at start) * - Check an existant file for example. * * \subsection inc Include Defines * - __IUPXXX_H (same file name, upper case, "__" preffix and replace "." by "_") * * \subsection doc Documentation * - In the header, using Doxygen commands. * - Check an existant header for example. * */ /** \defgroup util Utilities */ /** \defgroup cpi Control SDK * \par *