mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
8099050c71
This is the result of running $ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h in the compat directory
7 lines
78 B
C
7 lines
78 B
C
#include <time.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return (int) timegm ((struct tm *) 0);
|
|
}
|