gdsl  1.8
Main module

GDSL main module. More...

Functions

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

Detailed Description

GDSL main module.

Copyright

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

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.


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.