2009-03-20 20:40:12 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_crt.h
|
|
|
|
// Purpose: wx wrappers for CRT functions
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2009-03-20 20:40:12 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_funcmacro_crt Wrappers of CRT functions
|
|
|
|
@ingroup group_funcmacro
|
|
|
|
|
|
|
|
For documentation of these functions please refer to the documentation
|
2014-12-24 08:57:05 -05:00
|
|
|
of the standard CRT functions (see e.g.\ http://www.cppreference.com/wiki/c/start).
|
2009-03-20 20:40:12 -04:00
|
|
|
|
|
|
|
*/
|
|
|
|
|