X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputs.c;h=1df0ebfa465cab4e81be1983fad5bdc5fe38ca56;hb=360b2c123dbd0750d38d89abbbcce24248f58e75;hp=9a980892adc3f1b8b39ea1e10397160d10fe211c;hpb=9d770c7dd67207ded6d29e16e3458282cf865dda;p=pdclib.old diff --git a/functions/stdio/fputs.c b/functions/stdio/fputs.c index 9a98089..1df0ebf 100644 --- a/functions/stdio/fputs.c +++ b/functions/stdio/fputs.c @@ -51,7 +51,6 @@ int fputs( const char * _PDCLIB_restrict s, struct _PDCLIB_file_t * _PDCLIB_rest int main( void ) { - char const * const testfile = "testfile"; char const * const message = "SUCCESS testing fputs()"; FILE * fh; remove( testfile );