scrcpy/app/src/util
Romain Vimont 2a3a9d4ea9 Add util function to parse a list of integers
This will help parsing arguments like '1234:5678' into a list of
integers.
2020-01-18 17:21:00 +01:00
..
buffer_util.h Correct coding style 2019-12-04 19:24:59 +01:00
cbuf.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
lock.h Assert return value of mutex functions 2019-11-27 21:40:58 +01:00
log.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
net.c Simplify net.c 2019-12-15 22:04:09 +01:00
net.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
queue.h Replace SDL_assert() by assert() 2019-11-27 21:19:46 +01:00
str_util.c Add util function to parse a list of integers 2020-01-18 17:21:00 +01:00
str_util.h Add util function to parse a list of integers 2020-01-18 17:21:00 +01:00