Intialization

Intialization — Initialization functions

Functions

void lunar_init ()

Includes

#include <lunar/lunar.h>

Description

Functions

lunar_init ()

void
lunar_init (int *argc,
            char ***argv);

Call this function before using any other liblunar functions in your applications. It will initialize liblunar.

Parameters

argc

Address of the argc parameter of your main() function. Changed if any arguments were handled.

 

argv

Address of the argv parameter of main(). Any parameters understood by lunar_init() are stripped before return.

 

Types and Values