#ifndef lint static char sccsid[] = "@(#)Fnint.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ # include #define func nint int F/**/func/**/(x) FLOATPARAMETER x; { return r_/**/func/**/_(&x); }