Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 #define MIN(a, b) ((a < b)?a:b) 00004 #define MAX(a, b) ((a > b)?a:b)
Last updated: February 8, 2011