add bsd fgetln function
optimized to avoid allocation and return lines directly out of the stream buffer whenever possible.
Showing
src/stdio/fgetln.c
0 → 100644
想要评论请 注册 或 登录
optimized to avoid allocation and return lines directly out of the stream buffer whenever possible.