PR/6251: ``TheMan'': Delint.
This commit is contained in:
parent
a5d7ea15aa
commit
d72de1a548
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: Lint_frexp.c,v 1.1 1997/12/07 00:24:50 matthias Exp $ */
|
/* $NetBSD: Lint_frexp.c,v 1.2 1998/12/02 09:47:20 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file placed in the public domain.
|
* This file placed in the public domain.
|
||||||
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
/*ARGSUSED*/
|
||||||
double
|
double
|
||||||
frexp(value, eptr)
|
frexp(value, eptr)
|
||||||
double value;
|
double value;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: Lint_ldexp.c,v 1.1 1997/12/07 00:24:50 matthias Exp $ */
|
/* $NetBSD: Lint_ldexp.c,v 1.2 1998/12/02 09:47:20 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file placed in the public domain.
|
* This file placed in the public domain.
|
||||||
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
/*ARGSUSED*/
|
||||||
double
|
double
|
||||||
ldexp(val, exp)
|
ldexp(val, exp)
|
||||||
double val;
|
double val;
|
||||||
|
Loading…
Reference in New Issue
Block a user