1pack_fwrite(3) Allegro manual pack_fwrite(3)
2
3
4
6 pack_fwrite - Writes n bytes to the stream. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 long pack_fwrite(const void *p, long n, PACKFILE *f);
14
16 Writes `n' bytes to the stream `f' from memory location pointed to by
17 `p'.
18
20 Returns the number of bytes written, which will be less than n if an
21 error occurs. Error codes are stored in errno.
22
23
25 pack_fopen(3), pack_fopen_chunk(3), pack_feof(3)
26
27
28
29Allegro version 4.4.3 pack_fwrite(3)