#include <getline.h>
Data Fields | |
| guint | maxlen | 
| Maximum authorized length.   | |
| guint | size | 
| Current allocated size for `line'.   | |
| gchar * | line | 
| Accumulator, NUL terminated when done.   | |
| guint | pos | 
| Next writing position in line[].   | |
      
  | 
  
| 
 Accumulator, NUL terminated when done. 
  | 
  
      
  | 
  
| 
 Maximum authorized length. 
  | 
  
      
  | 
  
| 
 Next writing position in line[]. 
  | 
  
      
  | 
  
| 
 Current allocated size for `line'. 
  | 
  
 
1.3.6