opt: optimize code struct for exchange_two_client

This commit is contained in:
DreamMaoMao 2026-05-18 21:33:16 +08:00
parent 50e1b652b2
commit adeaaada45
6 changed files with 266 additions and 267 deletions

View file

@ -11,4 +11,5 @@ uint32_t timespec_to_ms(struct timespec *ts);
char *join_strings(char *arr[], const char *sep);
char *join_strings_with_suffix(char *arr[], const char *suffix,
const char *sep);
char *string_printf(const char *fmt, ...);
char *string_printf(const char *fmt, ...);
void wl_list_swap(struct wl_list *l1, struct wl_list *l2);