This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6e0ffce6cb
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 New Issue
Copy Permalink