]> rtime.felk.cvut.cz Git - notmuch.git/blob - compat/have_timegm.c
emacs: `with-current-notmuch-show-message' should not leak `coding-system-for-read'
[notmuch.git] / 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 }