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


      int pack_fputs(const char *p, PACKFILE *f);
  • DESCRIPTION
      Writes a string to the stream f. The input string is converted from the current text encoding format to UTF-8 before writing. Newline characters are written as \r\n on DOS and Windows platforms. If you don't want this behaviour, use pack_fwrite() and/or pack_putc() instead.
  • RETURN VALUE
      Returns zero on success or a negative number on error.
  • SEE ALSO
      pack_fopen (3alleg), pack_fopen_chunk (3alleg), pack_fwrite (3alleg), pack_putc (3alleg)
Current Users: 53 © 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.