|  |  | liblunar Reference Manual |  | |
|---|---|---|---|---|
void                lunar_init                          (int *argc,
                                                         char ***argv);
Call this function before using any other liblunar functions in your applications. It will initialize liblunar.
| 
 | Address of the argcparameter of yourmain()function. Changed if any arguments were handled. | 
| 
 | Address of the argvparameter ofmain(). Any parameters understood bylunar_init()are stripped before return. |