]> pd.if.org Git - pdclib/blobdiff - functions/stdio/funlockfile.c
Comment reformatting for consistency.
[pdclib] / functions / stdio / funlockfile.c
index 648a22e4d62afc4159c1736a755dd57f4ab1d8ad..7435607e2b653b1c7a4f95a60912de3748ce6baa 100644 (file)
@@ -1,4 +1,4 @@
-/* funlockfile(FILE * )\r
+/* funlockfile( FILE * )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
    Permission is granted to use, modify, and / or redistribute at will.\r
@@ -12,7 +12,7 @@
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
-void funlockfile( FILE * file )\r
+void _PDCLIB_funlockfile( FILE * file )\r
 {\r
     int res = mtx_unlock( &file->lock );\r
     switch(res) {\r