mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Added a comment about return codes
git-svn-id: svn://svn.cc65.org/cc65/trunk@3438 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
dd159b4073
commit
73d32060ca
@ -35,6 +35,14 @@
|
||||
|
||||
|
||||
|
||||
/* 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 */
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user