11 lines
193 B
C
11 lines
193 B
C
/* Copyright (C) 1986-2001 by Digital Mars. $Revision: 1.1.1.1 $ */
|
|
#if __SC__ || __RCC__
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
|
|
/* this header is obsolete, should include fenv.h instead */
|
|
#include <fenv.h>
|
|
|