Returns a string containing the GDL library version number.
Syntax
intl gdlGetVersion( char* buffer, const int buflen);
Arguments
buffer
The location to store the returned version string. Output.
buflen
The maximum data size the buffer can contain. The buffer size must be at least 11 characters. Input.
Return Values
GDL_OK
Prerequisites
None.
Alternates
None.
Notes
The string returned is in the following format:
GDL v#.#
For example, GDL v1.3