1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

documentation updates

git-svn-id: svn://svn.cc65.org/cc65/trunk@1872 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-01-02 22:17:26 +00:00
parent 34847ec5dc
commit d080ca253f

View File

@ -624,7 +624,7 @@ GEOSLib function (if its type is <tt/char/), but in all cases last error is save
location. If it is nonzero - an error occured. See <tt/gdisk.h/ for the list of possible errorcodes.
You need to include <tt/errno.h/ to get <tt/__oserror/, together with standard <tt/errno/. The
latter gives less verbose, but still usable information and can be used with <tt/strerror/.
Probably you will get more information using <tt/stroserror/ in similar way.
Probably you will get more information using <tt/_stroserror/ in similar way.
<p>
For passing parameters use almost always pointer to your data e.g. <tt/ReadBuff (&amp;myTrSe)/.