I have following question:
Once I open a file with fopen(), is there any way in which I can get its channel identifier? (i.e. the number I'd get if I was openning the same file with syscall open()).
Thanks.-
Once I open a file with fopen(), is there any way in which I can get its channel identifier? (i.e. the number I'd get if I was openning the same file with syscall open()).
Thanks.-
Comment