Return-Path: william@bourbon.usc.edu
Delivery-Date: Tue Apr 17 10:58:31 2007
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on merlot.usc.edu
X-Spam-Level: 
X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
	NO_REAL_NAME autolearn=ham version=3.1.3
Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75])
	by merlot.usc.edu (8.13.5/8.13.5) with ESMTP id l3HHwV2N029298
	for <cs551@merlot.usc.edu>; Tue, 17 Apr 2007 10:58:31 -0700
Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1])
	by bourbon.usc.edu (8.13.5/8.13.5) with ESMTP id l3HHwYQC032136
	for <cs551@merlot>; Tue, 17 Apr 2007 10:58:34 -0700
Message-Id: <200704171758.l3HHwYQC032136@bourbon.usc.edu>
To: cs551@merlot.usc.edu
Subject: Re: Proj Part 2 
Date: Tue, 17 Apr 2007 10:58:34 -0700
From: william@bourbon.usc.edu

Someone wrote:

  > TO use the function called min(a,b) what header should we
  > include?? You have used that in the GetUOID function given in the
  > spec.

The following should work:

    #define min(A,B) (((A)>(B)) ? (B) : (A))
--
Bill Cheng // bill.cheng@usc.edu <URL:http://merlot.usc.edu/william/usc/>
