]> git.cworth.org Git - notmuch/blob - compat/have_timegm.c
debian upload 0.29.2-2: goodbye python2 support
[notmuch] / compat / have_timegm.c
1 #include <time.h>
2
3 int main()
4 {
5     return (int) timegm((struct tm *)0);
6 }