X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdio.h;h=3363eeed07deea0a4fafb15aec8a7587cdb71ad4;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=d85af175a91ca6bfb4809427ff684c12ccaffc31;hpb=56bacb39160e13397fde32a36329461f3ae56ec1;p=pdclib diff --git a/includes/stdio.h b/includes/stdio.h index d85af17..3363eee 100644 --- a/includes/stdio.h +++ b/includes/stdio.h @@ -7,7 +7,7 @@ #ifndef _PDCLIB_STDIO_H #define _PDCLIB_STDIO_H _PDCLIB_STDIO_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" #ifndef _PDCLIB_SIZE_T_DEFINED #define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED @@ -54,7 +54,7 @@ extern FILE * stderr; int remove( const char * filename ); /* Rename the given old file to the given new name. - Returns zero if successful, non-zero otherwise. + Returns zero if successful, non-zero otherwise. This implementation does detect if the old filename corresponds to an open file, and fails the rename in this case. If there already is a file with the new filename, behaviour is defined by