/* file "suif.h" */


/*
       Copyright (c) 1997 Stanford University

       All rights reserved.

       This software is provided under the terms described in
       the "suif_copyright.h" include file.
*/

#include <suif_copyright.h>


/*
      This file is nothing but a wrapper for <suif.h>, to help allow
      older code based on SUIF version 1 continue compiling without
      any source code changes.
 */

#include <suif1.h>
