]> git.draconx.ca Git - dxcommon.git/commit
Import getline helper from cdecl99.
authorNick Bowler <nbowler@draconx.ca>
Sun, 12 May 2024 18:05:47 +0000 (14:05 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 13 May 2024 02:06:54 +0000 (22:06 -0400)
commit27f6a9c3d4663286f1bec753fbd035ab1a6eb5de
treeb1f75ff1096189b3b323479091c1c25547a561bd
parent9efff8c7a48509fabab57631f5c64c669183dee0
Import getline helper from cdecl99.

This is pretty generally useful.  The common function is altered
from the original version to allow the caller to manage the error
conditions, so not completely a drop in replacement but pretty close.
Makefile.am
m4/getline.m4 [new file with mode: 0644]
src/getline.h [new file with mode: 0644]
t/.gitignore
t/getline.c [new file with mode: 0644]
t/libdummy.c
tests/functions.at
tests/libs.at