ruby/include
NAITOH Jun 373f679e48 fix rb_memsearch() document
## Why?
The explanation of x and y is reversed.

ddbd644001/re.c (L251-L256)
```
long
rb_memsearch(const void *x0, long m, const void *y0, long n, rb_encoding *enc)
{
    const unsigned char *x = x0, *y = y0;

    if (m > n) return -1;
```
2024-09-24 15:12:48 +09:00
..
ruby fix rb_memsearch() document 2024-09-24 15:12:48 +09:00
ruby.h include/ruby.h: skip doxygen 2021-09-10 20:00:06 +09:00