/* Author: Ram Samudrala (me@ram.org)
 * Version: O1.0
 * Detail: <http://www.ram.org/computing/sc/sc.html>
 * November 27, 1995; Copyright (c) 1995 by Ram Samudrala.
 *
 * See the URL above for terms of use and general help.
 */

#ifndef __SEARCH__
#define __SEARCH__

/******************************************************************/
/* Function declarations */

extern void search();
	
/******************************************************************/

#endif /* __SEARCH__ */
