gdsl  1.8
Main module

Copyright

Copyright (C) 1998-2017 Nicolas Darnis <ndarnis@free.fr>.

GDSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

GDSL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GDSL. If not, see <http://www.gnu.org/licenses/>.

Functions

const char * gdsl_get_version (void)
 Get GDSL version number as a string.

Function Documentation

const char* gdsl_get_version ( void  )

Get GDSL version number as a string.

Note:
Complexity: O( 1 )
Precondition:
nothing.
Postcondition:
the returned string MUST NOT be deallocated.
Returns:
the GDSL version number as a string.