|
NAMEstructs_type_null —
non-instantiable structs type
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <sys/types.h>
#include
<pdel/structs/structs.h>
#include
<pdel/structs/type/null.h>
extern const struct structs_type structs_type_null; DESCRIPTIONThestructs_type_null
structs(3)
type is not instantiable. All of the
structs_type(3)
methods return an error with errno set to
ENOTSUPP .
This type is useful for special situations, such as defining an array that must have zero length. 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⟩
Visit the GSP FreeBSD Man Page Interface. |