|
NAMEstructs_type_string ,
structs_type_string_null , —
structs types for strings
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <sys/types.h>
#include
<pdel/structs/structs.h>
#include
<pdel/structs/type/string.h>
extern const struct structs_type
structs_type_string;
DESCRIPTIONTheSTRUCTS_STRING_TYPE () and
STRUCTS_FIXEDSTRING_TYPE () macros define a
structs(3)
type (i.e., a struct structs_type ) for describing
variable and bounded length strings, respectively.
The
structs(3)
library supplies two pre-defined variable length string types,
SEE ALSOlibpdel(3), structs(3), structs_type(3), typed_mem(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. |