[CRT]
[reactos.git] / reactos / lib / sdk / crt / stdio / lock_file.c
1
2 #include <stdio.h>
3
4 void
5 _cdecl
6 _lock_file(FILE* file)
7 {
8 }
9
10 void
11 _cdecl
12 _unlock_file(FILE* file)
13 {
14 }
15