]> git.cworth.org Git - notmuch-old/blob - compat/have_timegm.c
vim: doc: minor spelling fix
[notmuch-old] / compat / have_timegm.c
1 #include <time.h>
2
3 int
4 main ()
5 {
6     return (int) timegm ((struct tm *) 0);
7 }