linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Taylor <michael.taylor@ec.gc.ca>
To: Progga <abulfazl@juniv.edu>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: getline()
Date: Mon, 25 Aug 2003 09:43:43 -0300	[thread overview]
Message-ID: <3F4A047F.5030402@ec.gc.ca> (raw)
In-Reply-To: 20030824203653.A574@Imrashi.net.bd

Progga wrote:
>  Is there any 'C' lib which contains the getline() function ? I have found
> a code similar to this:

Getline is part of the GNU readline package, and is included in GNU libc, the
standard libc used on GNU/Linux systems (as a GNU extension -- #define
_GNU_SOURCE). Readline is include I believe in FreeBSD's libc, and available as
a package for NetBSD. See: <http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html>

readline 4.3: <ftp://ftp.cwru.edu/pub/bash/readline-4.3.tar.gz>

-- 
Michael Taylor


      parent reply	other threads:[~2003-08-25 12:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-24 14:36 getline() Progga
2003-08-24 16:01 ` getline() J.
2003-08-24 21:32 ` getline() Glynn Clements
2003-08-24 21:59   ` getline() Nico Schottelius
2003-08-25  6:24     ` getline() Mike Castle
2003-08-25 12:43 ` Michael Taylor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F4A047F.5030402@ec.gc.ca \
    --to=michael.taylor@ec.gc.ca \
    --cc=abulfazl@juniv.edu \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).