Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
util
sane_time.h
[詳解]
1
#ifndef _SANE_TIME_H_
2
#define _SANE_TIME_H_
3
4
/*++
5
/* NAME
6
/* sane_time 3h
7
/* SUMMARY
8
/* time(2) with backward time jump protection
9
/* SYNOPSIS
10
/* #include <sane_time.h>
11
/* DESCRIPTION
12
/* .nf
13
14
/*
15
* System library.
16
*/
17
#include <time.h>
18
19
/*
20
* External interface.
21
*/
22
extern
time_t
sane_time
(
void
);
23
24
/* LICENSE
25
/* .ad
26
/* .fi
27
/* The Secure Mailer license must be distributed with this software.
28
/* AUTHOR(S)
29
/* Patrik Rak
30
/* Modra 6
31
/* 155 00, Prague, Czech Republic
32
/*--*/
33
34
#endif
sane_time
time_t sane_time(void)
Definition:
sane_time.c:61
2018年11月10日(土) 18時59分59秒作成 - Postfix3.3.1 / 構成:
1.8.9.1