building docs fails with restrict keyword
Having a function with the restrict
keyword will cause an error while building the documentation.
void m(void *d, const void *restrict s, size_t n);
Having a function with the restrict
keyword will cause an error while building the documentation.
void m(void *d, const void *restrict s, size_t n);