| 1378 | } |
| 1379 | |
| 1380 | static inline const char *safe_str(const char *s) { |
| 1381 | return s ? s : ""; |
| 1382 | } |
| 1383 | |
| 1384 | // Allocate permutation array [0, 1, ..., n-1], sort with comparator. |
| 1385 | // Returns NULL on allocation failure. |
no outgoing calls
no test coverage detected