#include <gobjconfig.h>
#include <gobj.h>
#include "guilegobjcmdline.h"
#include "guileconsole.h"
#include "guiletypes.h"
#include "guilefuncs.h"
#include <guile/gh.h>
#include <stdlib.h>
#include <stdio.h>
#include <pwd.h>
#include <readline/readline.h>
#include <readline/history.h>
Defines | |
#define | HISTORYFILE 0 |
#define | HISTORYENTRIES 100 |
Functions | |
void | end (int ret) |
void | print_throw_args (SCM throw_args) |
SCM | myhandler (void* data, SCM tag, SCM throw_args) |
int | console (int argc, char** argv) |
void | innerMain (int argc, char** argv) |
int | main (int argc, char** argv) |
Gobj tool main. | |
void | print_version_hook () |
Variables | |
struct gengetopt_args_info | args |
Cmdline structure. | |
char* | homedir = 0 |
Path to the user's home directory. More... |
|
Path to the user's home directory.
Allocated via |