Constants

Constants — Useful constants

Types and Values

extern const gint8 CATTLE_EOF

Includes

#include <cattle/cattle.h>

Description

Functions

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.