GTIME

Section: C Library Functions (3)
Updated: 12/6/79
Index Return to Main Contents
 

NAME

gtime - generate time from buffer  

SYNOPSIS

#include <sys/time.h>
#include <sys/types.h>

long gtime (tm);
struct tm *tm;  

DESCRIPTION

gtime reconstructs the long integer representation of the time from a buffer, tm, produced by the localtime(3) routine. In fact, gtime is the inverse of localtime.  

SEE ALSO

localtime(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 10:32:33 GMT, May 26, 2025