#include <config.h>
#include <stdio.h>
#include "libgeda_priv.h"
#include "libgeda/libgedaguile.h"
Go to the source code of this file.
Functions |
void | libgeda_init (void) |
| Perform runtime initialization of libgeda library.
|
Function Documentation
void libgeda_init |
( |
void |
| ) |
|
- Function Description
- This function is responsible for making sure that any runtime initialization is done for all the libgeda routines. It should be called before any other libgeda functions are called.
Definition at line 48 of file libgeda.c.