summaryrefslogtreecommitdiff
path: root/compat/have_timegm.c
blob: 483fc3b6685dd3df772382a888edfd7dde3401d5 (plain)
#include <time.h>

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