mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
126347b694
[dgit import orig notmuch_0.38.2.orig.tar.xz]
7 lines
78 B
C
7 lines
78 B
C
#include <time.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return (int) timegm ((struct tm *) 0);
|
|
}
|