This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
906bad3cc4
u-boot
/
tools
/
getline.h
2 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
getline: split out for darwin systems At least on OS X 10.5 and older, getline does not exist. So split out the function from the mingw code so that we can pull it in for Darwin systems. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-01-08 07:48:03 +00:00
int
getline
(
char
*
*
lineptr
,
size_t
*
n
,
FILE
*
stream
)
;
Reference in a new issue
Copy permalink