|
NAMEstructs_type_time —
structs types for time values
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <sys/types.h>
#include
<pdel/structs/structs.h>
#include
<pdel/structs/type/time.h>
extern const struct structs_type
structs_type_time_gmt;
DESCRIPTIONThe structs(3) library includes several pre-defined types for time values. All of the types below describe a variable of typetime_t , which holds
the number of seconds since Jan 1, 1970 00:00:00 GMT.
The only difference between the types below is how the ASCII form of a time value is represented.
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. |