Hello World !!
I need to lock files, but I use FILE struct instead of int.
the locking() & lockf() system calls use only fildes (open) and not
FILE (fopen).
Can anyone tell me what system call may I use or if I can
transform my FILE pointer into a fildes to use lockf or locking.
Thanks in advance
JL