opt: change unsigned int to uint32_t

This commit is contained in:
DreamMaoMao 2025-12-02 16:58:04 +08:00
parent ca3ff578fa
commit 9bf87a9610
20 changed files with 313 additions and 328 deletions

View file

@ -6,5 +6,5 @@ void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);
int regex_match(const char *pattern_mb, const char *str_mb);
void wl_list_append(struct wl_list *list, struct wl_list *object);
unsigned int get_now_in_ms(void);
unsigned int timespec_to_ms(struct timespec *ts);
uint32_t get_now_in_ms(void);
uint32_t timespec_to_ms(struct timespec *ts);