Chinaunix首页 | 论坛 | 博客
  • 博客访问: 356156
  • 博文数量: 168
  • 博客积分: 6895
  • 博客等级: 准将
  • 技术积分: 1726
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-12 23:01
文章分类

全部博文(168)

文章存档

2011年(6)

2010年(162)

我的朋友

分类: 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 是有版权的c语言函数, 是由自由软件基金会公司于1989-2004年

编写的。



阅读(2407) | 评论(1) | 转发(0) |
0

上一篇:9 10

下一篇:man's readline

给主人留下些什么吧!~~

chinaunix网友2010-09-13 22:18:41

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com