X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=5c9cce5bdf2ffbff565c54f6daf1c3c4dc18698d;hb=3b7e3a6f07410a5757339fb8037c149c1655385e;hp=d9e7f07508a5aac6b3cf2fe229149d360a1416ad;hpb=761281caf431d264d568aec797095ef2c28f3910;p=pdclib 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 */ /* -------------------------------------------------------------------------- */