X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffunlockfile.c;h=4e9ed045f4c12df547721cd8f138f092888565cc;hp=01133905ae8cce08657eace636a4e63c346ce9bb;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=202af43c19ec4f5f1d1b2827a7ef0b46abfebed5 diff --git a/functions/stdio/funlockfile.c b/functions/stdio/funlockfile.c index 0113390..4e9ed04 100644 --- a/functions/stdio/funlockfile.c +++ b/functions/stdio/funlockfile.c @@ -1,4 +1,4 @@ -/* funlockfile(FILE * ) +/* funlockfile( FILE * ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -8,7 +8,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_io.h> +#include "_PDCLIB_io.h" #include #include @@ -27,7 +27,7 @@ void _PDCLIB_funlockfile( FILE * file ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {