Added note
This commit is contained in:
parent
4d7098f2f2
commit
54f8dea29b
1 changed files with 3 additions and 0 deletions
|
@ -3513,6 +3513,8 @@ be used in presence of a prototype.
|
||||||
It allows to access the device on filesystem level by calling chdir() with
|
It allows to access the device on filesystem level by calling chdir() with
|
||||||
the directory returned.
|
the directory returned.
|
||||||
<tag/Notes/<itemize>
|
<tag/Notes/<itemize>
|
||||||
|
<item>Calling getdevicedir() <em/does/ check for a (formatted) disk in a
|
||||||
|
floppy-disk-type device and returns NULL if that check fails.
|
||||||
<item>The function is only available as fastcall function, so it may only
|
<item>The function is only available as fastcall function, so it may only
|
||||||
be used in presence of a prototype.
|
be used in presence of a prototype.
|
||||||
</itemize>
|
</itemize>
|
||||||
|
@ -3525,6 +3527,7 @@ be used in presence of a prototype.
|
||||||
<tag/Example/<verb>
|
<tag/Example/<verb>
|
||||||
chdir (getdevicedir (device, buf, sizeof buf));
|
chdir (getdevicedir (device, buf, sizeof buf));
|
||||||
</verb>
|
</verb>
|
||||||
|
cf. <tt/samples/enumdevdir.c/
|
||||||
</descrip>
|
</descrip>
|
||||||
</quote>
|
</quote>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue