]> git.notmuchmail.org Git - notmuch/blob - compat/have_timegm.c
lib/open: use local talloc context in n_d_create_with_config
[notmuch] / compat / have_timegm.c
1 #include <time.h>
2
3 int
4 main ()
5 {
6     return (int) timegm ((struct tm *) 0);
7 }