pack_fgets   (3alleg) manpage
pack_fgets
3alleg
version 4.1.15 (CVS)
Allegro
Allegro manual
  • NAME
      pack_fgets
  • SYNOPSIS
      #include <allegro.h>


      char *pack_fgets(char *p, int max, PACKFILE *f);
  • DESCRIPTION
      Reads a line from the stream f, storing it at location pointed to by p. Stops when a linefeed is encountered, or 'max' bytes have been read. The end of line is handled by detecting the right combination of characters for the platform. This supports CR-LF (DOS/Windows), LF (Unix), and CR (Mac) formats.
  • RETURN VALUE
      Returns the pointer p on success, or NULL on error.
      Note, however, that the trailing carriage return is not included in the returned string, in order to provide easy code portability across platforms. If you need the carriage return, use pack_fread() and/or pack_getc() instead.
  • SEE ALSO
      pack_fopen (3alleg), pack_fopen_chunk (3alleg), pack_fread (3alleg), pack_getc (3alleg)
Current Users: 32 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.