mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
4 lines
61 B
C
4 lines
61 B
C
|
#include <stdio.h>
|
||
|
|
||
|
char *fgetln(FILE *stream, size_t *len);
|