Query: pack_fputs
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pack_fputs(3alleg4) Allegro manual pack_fputs(3alleg4)NAMEpack_fputs - Writes a string to the stream. Allegro game programming library.SYNOPSIS#include <allegro.h> int pack_fputs(const char *p, PACKFILE *f);DESCRIPTIONWrites 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 ` ' on DOS and Windows platforms. If you don't want this behaviour, use pack_fwrite() and/or pack_putc() instead.RETURN VALUEReturns zero on success or a negative number on error.SEE ALSOpack_fopen(3alleg4), pack_fopen_chunk(3alleg4), pack_fwrite(3alleg4), pack_putc(3alleg4) Allegro version 4.4.2 pack_fputs(3alleg4)
Related Man Pages |
---|
exmidi(3alleg4) - debian |
exrotscl(3alleg4) - debian |
exrotscl(3alleg4) - suse |
exrotscl(3alleg4) - centos |
exrotscl(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |