]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_int.h
ISO week calculation.
[pdclib] / internals / _PDCLIB_int.h
index d9e7f07508a5aac6b3cf2fe229149d360a1416ad..5c9cce5bdf2ffbff565c54f6daf1c3c4dc18698d 100644 (file)
@@ -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                                                                      */
 /* -------------------------------------------------------------------------- */