funcmacro_crt.h 546 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_crt.h
  3. // Purpose: wx wrappers for CRT functions
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_crt Wrappers of CRT functions
  9. @ingroup group_funcmacro
  10. For documentation of these functions please refer to the documentation
  11. of the standard CRT functions (see e.g. http://www.cppreference.com/wiki/c/start).
  12. */