[Contents]
2. Interpreter Architecture
2.16. Other System Dependant Functions
2.16.20. file_lock
[<<<]
[>>>]
@c Lock a range of a file
int file_lock(FILE *fp, int iLockType, long lStart, long lLength ){
[<<<]
[>>>]