]> git.sur5r.net Git - cc65/blobdiff - include/dio.h
Change mode constants for ParseDecl to an enum.
[cc65] / include / dio.h
index 694430657afff0cb2af0d91d963e5b434e8802ae..5303c949abb0c7dc28e3faf3d91d0242d3642418 100644 (file)
 
 
 
+/* Please note: All functions in this file will set _oserror *and* return its
+ * value. The only exception is dio_open, which will return NULL, but _oserror
+ * will be set. All function will also set _oserror in case of successful
+ * execution, effectively clearing it.
+ */
+
+
+
 /*****************************************************************************/
 /*                                   Data                                   */
 /*****************************************************************************/