PR/6251: ``TheMan'': Delint.

This commit is contained in:
christos 1998-12-02 09:47:20 +00:00
parent a5d7ea15aa
commit d72de1a548
2 changed files with 4 additions and 2 deletions

View File

@ -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.
@ -7,6 +7,7 @@
#include <math.h>
/*ARGSUSED*/
double
frexp(value, eptr)
double value;

View File

@ -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.
@ -7,6 +7,7 @@
#include <math.h>
/*ARGSUSED*/
double
ldexp(val, exp)
double val;