File: lockf.c

package info (click to toggle)
euslisp 9.32%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 55,268 kB
  • sloc: ansic: 41,693; lisp: 3,339; makefile: 286; sh: 238; asm: 138; python: 53
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#include <sys/file.h>

main(){
  lockf(0,0,0);
}