Constants
Constants — Useful constants
|
|
Includes
#include <cattle/cattle.h>
Types and Values
CATTLE_EOF
extern const gint8 CATTLE_EOF; /* -1 */
End-of-file value. Defined as a gint8 with value -1 on every platform.
The value of EOF is not guaranteed to be consistent across C libraries,
so this value is used instead.