Search:

Type: Posts; User: AnonymousCode

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,170

    code

    int get_next_line(constint fd, char**line)
    {

    char*text;

    int buf_size;


    buf_size = READ_SIZE;
  2. Replies
    2
    Views
    4,170

    how to use char **line

    Hi,

    I have a fuction like : int fucntion(char **line), i would like to know what i need to put for it's work.
Results 1 to 2 of 2