]> git.notmuchmail.org Git - notmuch/blob - compat/have_timegm.c
8f7b380e767b6caf97d64963aa48f5be66d82a1b
[notmuch] / compat / have_timegm.c
1 #include <time.h>
2
3 int
4 main ()
5 {
6     return (int) timegm ((struct tm *) 0);
7 }