get_next_line.h 88 B

1234567
  1. #ifndef GETNEXTLINE_H__
  2. # define GETNEXTLINE_H__
  3. char* get_next_line(int fd);
  4. #endif