代码搜索:readline

找到约 2,619 项符合「readline」的源代码

代码结果 2,619
www.eeworm.com/read/113863/15446292

c readline.c

/* include readline */ #include "unpipc.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
www.eeworm.com/read/112163/15492871

h readline.h

/* readline.h by bill kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ reads a line using fgets */ #include void readline(FILE * fi, char * buf);
www.eeworm.com/read/112163/15492884

c readline.c

/* readline.c Hacked for Free Chat to allow for BINARY-FTP'd files (strips &M) by bill kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ reads a line using fgets
www.eeworm.com/read/110432/15533657

c readline.c

/* Chapter 10 - Program 6 */ #include "stdio.h" main() { FILE *fp1; char oneword[100]; char *c; fp1 = fopen("TENLINES.TXT","r"); do {
www.eeworm.com/read/100594/15870093

h readline.h

//This module reads strings from a file a line at a time #pragma ReadLine #include typedef struct { FILE *file; char buffer[512]; unsigned int max, pointer; } Lines; void O
www.eeworm.com/read/100594/15870156

obj readline.obj

www.eeworm.com/read/100594/15870279

sbl readline.sbl

www.eeworm.com/read/100594/15870321

rfc readline.rfc

www.eeworm.com/read/100594/15870333

cpp readline.cpp

//This module reads strings from a file a line at a time #pragma ReadLine #pragma qualified #include #include void Open(Lines &line, stdio.FILE *file) //an open file {
www.eeworm.com/read/100584/15870867

c readline.c

/* include readline */ #include "unpipc.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