view include/readln.h @ 4:7bfadc600c99

added include of sys/types.h (for ssize_t)
author mortenp
date Thu, 22 Apr 2004 06:24:13 +1000
parents 43db5460139a
children
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 <sys/types.h>

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

#endif /* READLN_H */