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