mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 23:09:43 +00:00
15 lines
103 B
C
15 lines
103 B
C
|
|
#include <stdio.h>
|
|
|
|
void
|
|
_cdecl
|
|
_lock_file(FILE* file)
|
|
{
|
|
}
|
|
|
|
void
|
|
_cdecl
|
|
_unlock_file(FILE* file)
|
|
{
|
|
}
|
|
|