]> git.cworth.org Git - obsolete/notmuch-old/blob - compat/have_timegm.c
cli: add --duplicate=N option to notmuch search
[obsolete/notmuch-old] / compat / have_timegm.c
1 #include <time.h>
2 #include "compat.h"
3
4 int main()
5 {
6     return (int) timegm((struct tm *)0);
7 }