mirror of
https://github.com/xzeldon/htop.git
synced 2025-03-01 06:13:24 +03:00

- allow count out-parameter of String_split() to be NULL - introduce xStrndup() - do not allow NULL pointers passed to String_eq() it is not used in any code - implement String_startsWith(), String_contains_i() and String_eq() as inline header functions - adjust several conversion issues