harryxiyouharrywei.blog.chinaunix.net
harryxiyou
全部博文(168)
中日交流标准日本(0)
中日交流标准日本(1)
network(1)
readline(2)
linux c function(1)
use program crea(1)
my shell(1)
xiyou file syste(1)
china akgorithm (1)
2010(86)
xylgkgfs(1)
basic knowledge(3)
vfs(1)
romfs(0)
2011年(6)
2010年(162)
xiaowei5
wb123456
可怜的猪
cynthia
浪花小雨
Bsolar
dannypen
along819
a5478832
davidxu3
分类: LINUX
2010-09-11 16:52:57
man手册readline函数的第一部分
READLINE(3) READLINE(3)
//readline表明要解释的函数名。 NAME/*名字*/
readline - get a line from a user with editing
//readline - 从用户编辑那里得到一行。 SYNOPSIS #include <stdio.h>//使用read_line需要包含stdio.h头文件。 #include <readline/readline.h>//使用read_line函数需要包含readline/readline.h头文件。 #include <readline/history.h>//使用readline函数需要包含readline/history.h头文件。 char * readline (const char *prompt); //函数原型。 COPYRIGHT//版权 Readline is Copyright (C) 1989-2004 by the Free Software Foundation, Inc.
//readline - 从用户编辑那里得到一行。 SYNOPSIS #include <stdio.h>//使用read_line需要包含stdio.h头文件。 #include <readline/readline.h>
//使用read_line函数需要包含readline/readline.h头文件。
#include <readline/history.h>//使用readline函数需要包含readline/history.h头文件。 char * readline (const char *prompt); //函数原型。 COPYRIGHT//版权 Readline is Copyright (C) 1989-2004 by the Free Software Foundation, Inc.
//readline 是有版权的c语言函数, 是由自由软件基金会公司于1989-2004年
编写的。
上一篇:9 10
下一篇:man's readline
chinaunix网友2010-09-13 22:18:41
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com
登录 注册