X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputs.c;h=3dfe2d3a0781b6dfb52371d453311035c7cbf0bb;hb=c71e5bca596e48a313f65a3e40c28a5b3443adf0;hp=7a62d03de2ff5178b624c68b5fc0c381c407309a;hpb=8190a0703a4a34015aeda3c266998550a739ee17;p=fw%2Fpdclib diff --git a/functions/stdio/fputs.c b/functions/stdio/fputs.c index 7a62d03..3dfe2d3 100644 --- a/functions/stdio/fputs.c +++ b/functions/stdio/fputs.c @@ -11,7 +11,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> -int fputs( const char * s, struct _PDCLIB_file_t * stream ) +int fputs( const char * _PDCLIB_restrict s, struct _PDCLIB_file_t * _PDCLIB_restrict stream ) { if ( _PDCLIB_prepwrite( stream ) == EOF ) {