linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* getline()
@ 2003-08-24 14:36 Progga
  2003-08-24 16:01 ` getline() J.
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Progga @ 2003-08-24 14:36 UTC (permalink / raw)
  To: linux-c-programming


 Is there any 'C' lib which contains the getline() function ? I have found
a code similar to this:

 -------

 char *temp ;
 int n = 0 ;
 FILE *file_handle = NULL ;

 // [snipped]

 getline(&temp, &n, file_handle);                                        


 --------

 But there's no prototype declaration and 'greping' through the '*/includes/'
havn't produced anything relevant either. 



 Khoda Hafez
 Progga


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-25 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-24 14:36 getline() Progga
2003-08-24 16:01 ` getline() J.
2003-08-24 21:32 ` getline() Glynn Clements
2003-08-24 21:59   ` getline() Nico Schottelius
2003-08-25  6:24     ` getline() Mike Castle
2003-08-25 12:43 ` getline() Michael Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).