home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
unixlib
/
src
/
amigaos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
245b
|
11 lines
#ifndef AMIGAOS_H
#define AMIGAOS_H
int _alloc_amigafd(BPTR fh, long protection, long flags);
void _init_unixio(BPTR in, int close_in, BPTR out, int close_out,
BPTR error, int close_error);
int _do_truncate(BPTR fh, off_t length);
#endif