2009-03-20 20:40:12 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: funcmacro_crt.h
|
|
|
|
// Purpose: wx wrappers for CRT functions
|
|
|
|
// Author: wxWidgets team
|
|
|
|
// RCS-ID: $Id$
|
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
|
|
|
|
of the standard CRT functions (see e.g. http://www.cppreference.com/wiki/c/start).
|
|
|
|
|
|
|
|
*/
|
|
|
|
|