// -*- C++ -*-
/*
	Copyright 06/21/99 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef _STDLIB_H

  #include <sys/feature_tests.h>
  #ifdef _ISO_CPP_14882_1998
    #include <iso/stdlib_iso.h>
  #else
    #pragma ident "@(#)cstdlib	1.12  06/21/99 C++5.0"
    #include "stdlib_iso_SUNWCC.h"
  #endif

#endif /* _STDLIB_H */
