aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/have_timegm.c
blob: b62b7937feab0362464bfb7856a15f4236978843 (plain)
1
2
3
4
5
6
7
#include <time.h>
#include "compat.h"

int main()
{
    return (int) timegm((struct tm *)0);
}