| 618 | } |
| 619 | |
| 620 | SZ_DYNAMIC void memfrob(void *s, size_t n) { |
| 621 | static sz_u64_t nonce = 42; |
| 622 | sz_fill_random(s, n, nonce++); |
| 623 | } |
| 624 | |
| 625 | #endif |
| 626 | #endif // SZ_OVERRIDE_LIBC |
nothing calls this directly
no test coverage detected
searching dependent graphs…