summaryrefslogtreecommitdiff
path: root/include/getln.h
blob: 60b5dcc387424a09ce23483a85746aa36328c582 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GETLN_H
#define GETLN_H

#include "buffer.h"
#include "stralloc.h"

extern int getln(buffer *, stralloc *, int *, int);
extern int sgetln(buffer *, stralloc *, char **, unsigned int *, int);

#endif