|
gnetlist
|
#include <config.h>#include <stdio.h>#include <sys/stat.h>#include <libgeda/libgeda.h>#include "../include/globals.h"#include "../include/prototype.h"
Go to the source code of this file.
Data Structures | |
| struct | gsubr_t |
Functions | |
| void | g_register_funcs (void) |
| SCM | g_quit (void) |
Variables | |
| static struct gsubr_t | gnetlist_funcs [] |
| void g_register_funcs | ( | void | ) |
Definition at line 101 of file g_register.c.
| SCM g_quit | ( | void | ) |
struct gsubr_t gnetlist_funcs[] [static] |
Definition at line 53 of file g_register.c.