Introduced getdevicedir() - with implementation for the CBMs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5840 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-10-07 19:18:56 +00:00
parent 3470f230ae
commit 987c3066a3
5 changed files with 143 additions and 20 deletions

View File

@@ -55,6 +55,8 @@ unsigned char getfirstdevice (void);
unsigned char __fastcall__ getnextdevice (unsigned char device);
char* __fastcall__ getdevicedir (unsigned char device, char* buf, size_t size);
/* End of device.h */