fs_funlockfile()
void fs_funlockfile (FS_FILE *p_file);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Release task ownership of a file.
Arguments
p_file
Pointer to a file.
Returned Value
None.
Notes/Warnings
- See
fs_flockfile()
.
void fs_funlockfile (FS_FILE *p_file);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Release task ownership of a file.
p_file
Pointer to a file.
None.
fs_flockfile()
.