X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=5c9cce5bdf2ffbff565c54f6daf1c3c4dc18698d;hp=d9e7f07508a5aac6b3cf2fe229149d360a1416ad;hb=3b7e3a6f07410a5757339fb8037c149c1655385e;hpb=3bbe0e5098597cbbf01a4a490ae030b1570fb7e1 diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index d9e7f07..5c9cce5 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -404,6 +404,9 @@ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ); /* Closing all streams on program exit */ void _PDCLIB_closeall( void ); +/* Check if a given year is a leap year. Parameter is offset to 1900. */ +int _PDCLIB_is_leap( int year_offset ); + /* -------------------------------------------------------------------------- */ /* errno */ /* -------------------------------------------------------------------------- */