index
:
exam_rank_02.git
master
School exam rank 02
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
get_next_line
/
get_next_line.c
blob: 51df24ca065864cf30cb77665f448ba3b3f0af56 (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h>
#include <unistd.h>
int
get_next_line
(
int
fd
,
char
**
line
)
{
}