pack_getc(3alleg4) Allegro manual pack_getc(3alleg4)NAME
pack_getc - Returns the next character from a stream. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int pack_getc(PACKFILE *f);
DESCRIPTION
Returns the next character from the stream `f', or EOF if the end of the file has been reached.
SEE ALSO pack_fopen(3alleg4), pack_fopen_chunk(3alleg4)Allegro version 4.4.2 pack_getc(3alleg4)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)