On Mon, 14 Jul 2008, Adam Burkepile wrote:
int
subfile_open( const char* base_file , const char* base_file , int
open_flags)
int
subfile_fopen( int base_file , const char* base_file , int
open_flags)
So they both return normal int file descriptors, just like open
would. The difference is how you are getting the basefile.
subfile_fopen is for a basefile that you already have open and have
the fd.
How far's the implementation of this?
Given it's mid-term and expecting integration, tuning and
documentation,
I'd guess that it's already progressed to some extent.
- Hubert