mirror of
https://github.com/libretro/RetroArch
synced 2025-01-09 03:41:35 +00:00
15ad74fdad
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
7 lines
141 B
C
7 lines
141 B
C
#include <unistd.h>
|
|
|
|
#define MAX_TOKEN_LEN 255
|
|
|
|
ssize_t get_token(int fd, char* token, size_t max_len);
|
|
int find_token(int fd, char* token);
|