make check can now run in parallel

This commit is contained in:
leitner
2020-10-30 19:46:30 +00:00
parent f63eb1d9c5
commit 03feeb7ef2
7 changed files with 67 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ buffer_feed \- low-level component of buffer_get
.SH SYNTAX
.B #include <libowfat/buffer.h>
int \fBbuffer_feed\fP(buffer* \fIb\fR);
ssize_t \fBbuffer_feed\fP(buffer* \fIb\fR);
.SH DESCRIPTION
If the string is nonempty, buffer_feed returns the length of the string.
If the string is empty, buffer_feed uses the read operation to feed data