Testing for Clock Capabilities

Testing for Clock Capabilities — Checking whether the library supports the clock functions

Types and Values

Includes

#include <libchimara/glk.h>

Description

Before calling Glk date and time functions, you should use the gestalt_DateTime selector.

Functions

Types and Values

GLK_MODULE_DATETIME

#define GLK_MODULE_DATETIME

If you are writing a C program, you can perform a preprocessor test for the existence of GLK_MODULE_DATETIME. If this is defined, so are all the functions and data types described in this section.