* otherwise 0. "_oserror" contains an errorcode then (see table below).
*/
-unsigned char cbm_save (const char* name, unsigned char device,
- const void* data, unsigned int size);
+unsigned char __fastcall__ cbm_save (const char* name,
+ unsigned char device,
+ const void* data,
+ unsigned int size);
/* Saves "size" bytes starting at "data" to a file.
* Returns 0 if saving was successful, otherwise an errorcode (see table
* below).
/* saves a memory area from start to end-1 to a file.
*/
-unsigned char cbm_save(const char* name, unsigned char device,
- const void* data, unsigned int size)
+unsigned char __fastcall__ cbm_save (const char* name,
+ unsigned char device,
+ const void* data,
+ unsigned int size)
{
cbm_k_setlfs(0, device, 0);
cbm_k_setnam(name);