Hi Bastien, > +#else > + static void * (* const volatile volatile_memset)(void *, int, size_t) = > memset;
As I said, a non-static pointer should work as well. > + (void) volatile_memset1(s, '\0', len); Space before paren. (Coding style.) Bruno
Hi Bastien, > +#else > + static void * (* const volatile volatile_memset)(void *, int, size_t) = > memset;
As I said, a non-static pointer should work as well. > + (void) volatile_memset1(s, '\0', len); Space before paren. (Coding style.) Bruno