s_ceill.c

s_floorl.c
s_truncl.c
This commit is contained in:
Bruce Evans 2008-02-13 17:38:16 +00:00
parent 1951e633c4
commit e7c95ee5fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176245
3 changed files with 6 additions and 9 deletions

View File

@ -11,9 +11,8 @@
* From: @(#)s_ceil.c 5.1 93/09/24
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* ceill(x)

View File

@ -11,9 +11,8 @@
* From: @(#)s_floor.c 5.1 93/09/24
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* floorl(x)

View File

@ -11,9 +11,8 @@
* From: @(#)s_floor.c 5.1 93/09/24
*/
#ifndef lint
static char rcsid[] = "$FreeBSD$";
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
* truncl(x)