Files
Arquivotheca.SunOS-4.1.4/usr.lib/libm/C/ieee_std.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

36 lines
384 B
C

#ifndef lint
static char sccsid[] = "@(#)ieee_std.c 1.1 94/10/31 SMI";
#endif
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
/* By default the following C and Fortran functions do... nothing. */
void
standard_arithmetic()
{
}
void
standard_arithmetic_()
{
}
void
nonstandard_arithmetic()
{
}
void
nonstandard_arithmetic_()
{
}
int
_is_nonstandard()
{
return 0;
}