Borland bits (from Yitzhak)

This commit is contained in:
nethack.allison
2002-09-02 14:29:57 +00:00
parent 98d53c93a8
commit 46b88235a1
3 changed files with 4 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ char _FAR * _RTLENTRY _EXPFUNC getcwd( char _FAR *__buf, int __buflen );
int _RTLENTRY _EXPFUNC write (int __handle, const void _FAR *__buf, unsigned __len);
int _RTLENTRY _EXPFUNC creat (const char _FAR *__path, int __amode);
int _RTLENTRY _EXPFUNC close (int __handle);
int _RTLENTRY _EXPFUNC _close (int __handle);
int _RTLENTRY _EXPFUNC open (const char _FAR *__path, int __access,... /*unsigned mode*/);
long _RTLENTRY _EXPFUNC lseek (int __handle, long __offset, int __fromwhere);
int _RTLENTRY _EXPFUNC read (int __handle, void _FAR *__buf, unsigned __len);