ender  0.0.9
Descriptorlibrary
Defines | Enumerations | Functions
Main

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)

Detailed Description

Core functions.


Function Documentation

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

Parameters:
[out]majorThe major number of the version
[out]minorThe minor number of the version
[out]microThe micro number of the version
 All Data Structures