From: | Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx> |
Date: | Wed, 12 Nov 2008 18:02:16 +0100 |
Mail-followup-to: | users@crater.dragonflybsd.org |
On Wed, Nov 12, 2008 at 12:54:28PM +0100, dark0s Optik wrote: > Where is defined getline C function in DragonFlyBSD ? There is no getline function in C. There is fgets and the more useful, but less portable fgetln. Joerg