ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

minmax.h
Go to the documentation of this file.
00001 
00006 #ifndef _INC_MINMAX
00007 #define _INC_MINMAX
00008 
00009 #ifndef __cplusplus
00010 #ifndef NOMINMAX
00011 #ifndef max
00012 #define max(a,b) (((a) > (b)) ? (a) : (b))
00013 #endif
00014 
00015 #ifndef min
00016 #define min(a,b) (((a) < (b)) ? (a) : (b))
00017 #endif
00018 #endif
00019 #endif
00020 
00021 #endif

Generated on Sat May 26 2012 04:28:28 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.