summaryrefslogtreecommitdiffstats
path: root/src/common/windows/getline.h
blob: 49ba5db2018949bc2fc98c570668e461a040c5d3 (plain) (blame)
1
2
3
4
5
6
#pragma once

#include <stdint.h>
#include <stdio.h>

ssize_t getline(char** lineptr, size_t* n, FILE* stream);