|
ender
0.0.9
Descriptorlibrary
|
Core functions. More...
Defines | |
| #define | ENDER_CASE_TYPES (ENDER_CASE_UNDERSCORE + 1) |
| #define | ENDER_NOTATION_TYPES (ENDER_NOTATION_LATIN + 1) |
Enumerations | |
| enum | Ender_Case { ENDER_CASE_CAMEL, ENDER_CASE_PASCAL, ENDER_CASE_UNDERSCORE } |
| enum | Ender_Notation { ENDER_NOTATION_ENGLISH, ENDER_NOTATION_LATIN } |
Functions | |
| EAPI void | ender_init (void) |
| EAPI void | ender_shutdown (void) |
| EAPI void | ender_version (unsigned int *major, unsigned int *minor, unsigned int *micro) |
Core functions.
| EAPI void ender_init | ( | void | ) |
Initialize the ender library
| EAPI void ender_shutdown | ( | void | ) |
Shutdown the ender library
| EAPI void ender_version | ( | unsigned int * | major, |
| unsigned int * | minor, | ||
| unsigned int * | micro | ||
| ) |
Get the version
| [out] | major | The major number of the version |
| [out] | minor | The minor number of the version |
| [out] | micro | The micro number of the version |
1.7.6.1