repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
syscons,vt: improve phrasing in kern.vty man page description
[freebsd-src.git]
/
include
/
ieeefp.h
blob
3f64555d5a149eb95de89126fbbef8d290c9655f
1
/* $NetBSD: ieeefp.h,v 1.4 1998/01/09 08:03:43 perry Exp $ */
2
/* $FreeBSD$ */
3
4
/*
5
* Written by J.T. Conklin, Apr 6, 1995
6
* Public domain.
7
*/
8
9
#ifndef _IEEEFP_H_
10
#define _IEEEFP_H_
11
12
#include <sys/cdefs.h>
13
#include <machine/ieeefp.h>
14
15
#endif
/* _IEEEFP_H_ */