[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getline use in CVS (getline.c and getline.h files)
From: |
Jordi Mallach |
Subject: |
Re: getline use in CVS (getline.c and getline.h files) |
Date: |
Sun, 13 Oct 2002 23:28:57 +0200 |
User-agent: |
Mutt/1.4i |
On Sun, Oct 13, 2002 at 05:07:21PM -0400, Alain Magloire wrote:
> > man getline
> You are funny.
> # man getline
> No manual entry for getline
Alain, this manual page does exist.
In Debian, I can find it in the manpages-dev package:
SYNOPSIS
#define _GNU_SOURCE
#include <stdio.h>
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
ssize_t getdelim(char **lineptr, size_t *n, int delim, FILE *stream);
I don't have the glibc info docs right now, but I can mail you this
manpage.
Jordi, hoping to be helpful.
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
address@hidden address@hidden http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
pgpyXCxDzTVHX.pgp
Description: PGP signature
Re: getline use in CVS (getline.c and getline.h files), Sergey Poznyakoff, 2002/10/13