]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_int.h
Streams are now closed on program exit. (I hope; untested.)
[pdclib] / internals / _PDCLIB_int.h
index 9c67f277ee4fec47ba1abc2e46e4329fd55f4a8c..f6fedd16405b0090d351a81d5dab7da123d10a02 100644 (file)
@@ -382,6 +382,9 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream );
 */
 int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream );
 
+/* Closing all streams on program exit */
+void _PDCLIB_closeall( void );
+
 /* -------------------------------------------------------------------------- */
 /* errno                                                                      */
 /* -------------------------------------------------------------------------- */