RetroArch/tools/retrolaunch/parser.h

7 lines
141 B
C
Raw Normal View History

#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);