From: Stefan Date: Wed, 7 Feb 2018 16:23:23 +0000 (+0100) Subject: Added note X-Git-Tag: V2.17~22^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=54f8dea29b8ef5398749845037c73ecb88905f11;p=cc65 Added note --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index c083f467e..90185a261 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -3513,6 +3513,8 @@ be used in presence of a prototype. It allows to access the device on filesystem level by calling chdir() with the directory returned. +Calling getdevicedir() The function is only available as fastcall function, so it may only be used in presence of a prototype. @@ -3525,6 +3527,7 @@ be used in presence of a prototype. chdir (getdevicedir (device, buf, sizeof buf)); +cf.