5 Copyright © 2003, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
12 /****************************************************************************/
13 /*** Prototypes *************************************************************/
15 BPTR
FILE_Open( CONST_STRPTR path
, LONG mode
);
16 LONG
FILE_Read( BPTR file
, APTR buffer
, LONG length
);
17 LONG
FILE_Write( BPTR file
, CONST_APTR buffer
, LONG length
);
19 #endif /* PKG_FILE_H */