summaryrefslogtreecommitdiff
path: root/features/mkc_imp.f_fgetln.mk
blob: 07e408b24ec5d538014aaeb83630132a33873a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2014 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
.ifndef _MKC_IMP.F_FGETLN_MK
_MKC_IMP.F_FGETLN_MK := 1

.include <mkc_imp.f_getline.mk>

MKC_SOURCE_FUNCLIBS      +=	fgetln
MKC_SOURCE_DIR.fgetln.c  =	${FEATURESDIR}/fgetln
MKC_CHECK_FUNCS3         +=	fgetln:stdio.h

.endif # _MKC_IMP.F_FGETLN_MK