fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
getln.h
Go to the documentation of this file.
1#ifndef GETLN_H
2#define GETLN_H
3
4#include "buffer.h"
5#include "stralloc.h"
6
7/*
8 * Revision 20240929, Erwin Hoffmann
9 * - renamed sgetln to getln2
10*/
11
12extern int getln(buffer *,stralloc *,int *,int);
13extern int getln2(buffer *,stralloc *,char **,unsigned int *,int);
14
15#endif
int getln(buffer *, stralloc *, int *, int)
Definition: getln.c:11
int getln2(buffer *, stralloc *, char **, unsigned int *, int)
Definition: getln.c:23
Definition: buffer.h:5