Login
7 branches 0 tags
Benjamin Vincent Schulenburg Improved the bytecode compiler/runtime some more 31d0434 4 years ago 351 Commits
nujel / vendor / getline / getline.h
#pragma once
#include <stddef.h>

ssize_t getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp);
ssize_t getline(char **buf, size_t *bufsiz, FILE *fp);