mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-24 21:37:30 -04:00
opt: optimize code struct for exchange_two_client
This commit is contained in:
parent
50e1b652b2
commit
adeaaada45
6 changed files with 266 additions and 267 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue