index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
funlockfile.c
blob: b85f48428b9a60c9b2a93311b847f2a2c183ac76 (
plain
)
1
2
3
4
5
6
7
8
9
#include <stdio.h> void funlockfile(FILE * file) { } /* POSIX(199506) */