/* math.h * Copyright (c) 1990 Intel Corporation, ALL RIGHTS RESERVED. * * math.h - mathematical functions */ #ifndef _mathh #define _mathh #pragma varparams(fabs) double fabs(double); #endif /* _mathh */