#ifndef GNL # define GNL # ifndef BUFFER_SIZE # define BUFFER_SIZE 10 # endif char *get_next_line(int fd); #endif