Implemented MUIM_Family_GetChild in the Group class (i.e. redirect to Family
[AROS.git] / compiler / posixc / funlockfile.c
blobfd7e73e3269c62214452794a1f9d74227492e1a1
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <sys/types.h>
8 #include <proto/exec.h>
10 #include <assert.h>
12 /*****************************************************************************
14 NAME */
15 #include <stdio.h>
17 void funlockfile(
19 /* SYNOPSIS */
20 FILE *file)
22 /* FUNCTION
23 Relinquish exclusive access to the file.
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 ******************************************************************************/