Commit b6549951 authored by Martin Quarda's avatar Martin Quarda

added function getline from stdio.h

parent fa5af37d
......@@ -77,4 +77,4 @@ cdef extern from "stdio.h" nogil:
int fputc (int c, FILE *stream)
int putc (int c, FILE *stream)
size_t getline(char **lineptr, size_t *n, FILE *stream)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment