view include/readln.h @ 2:43db5460139a

getline -> readln
author mmj
date Thu, 22 Apr 2004 06:18:22 +1000
parents 762570b02394
children 7bfadc600c99
line wrap: on
line source

/* Copyright (C) 2002, 2003 Mads Martin Joergensen <mmj at mmj.dk>
 *
 * $Id$
 *
 * This file is redistributable under version 2 of the GNU General
 * Public License as described at http://www.gnu.org/licenses/gpl.txt
 */

#ifndef READLN_H
#define READLN_H

#include <unistd.h>

ssize_t readln(int fd, char *buf, size_t bufsize);

#endif /* READLN_H */