]>
Commit | Line | Data |
---|---|---|
530793f0 FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_crt.h | |
3 | // Purpose: wx wrappers for CRT functions | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
530793f0 FM |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_funcmacro_crt Wrappers of CRT functions | |
11 | @ingroup group_funcmacro | |
12 | ||
13 | For documentation of these functions please refer to the documentation | |
14 | of the standard CRT functions (see e.g. http://www.cppreference.com/wiki/c/start). | |
15 | ||
16 | */ | |
17 |