代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/292719/8338252
c readline.c
#include
#include
#include
#include
#include "util.h"
#include "ReadLine.h"
/* Pass in a pointer to a token list. Is freed and then set to null */
void
Fre
www.eeworm.com/read/292719/8338270
h readline.h
char **ReadLineTokens(INOUT FILE * InFile,
INOUT int *LineNum);
int CountTokens(IN char **Tokens);
void FreeTokens(INOUT char ***TokensPtr);
www.eeworm.com/read/172888/9683419
c readline.c
/* include readline */
#include "unp.h"
static ssize_t
my_read(int fd, char *ptr)
{
static int read_cnt = 0;
static char *read_ptr;
static char read_buf[MAXLINE];
if (read_cnt