|
NAMEstructs_type_float ,
structs_type_double —
structs types for floating point values
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <sys/types.h>
#include
<pdel/structs/structs.h>
#include
<pdel/structs/type/float.h>
extern const struct structs_type
structs_type_float;
DESCRIPTIONThese are structs(3) types for floating point values stored in variables of typefloat and double .
The ASCII form of these types is as produced by
printf(3)
using the SEE ALSOlibpdel(3), structs(3), structs_type(3)HISTORYThe PDEL library was developed at Packet Design, LLC.http://www.packetdesign.com/
AUTHORSArchie Cobbs ⟨archie@freebsd.org⟩BUGSThese types do not correct for byte-order in the binary representation. Therefore, their binary representations are not necessarily byte-order independent.
Visit the GSP FreeBSD Man Page Interface. |