#include "xsb_config.h"
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "wind2unix.h"
#include "export.h"
#include "basicdefs.h"
#include "basictypes.h"
#include "cell_xsb.h"
#include "error_xsb.h"
#include "extensions_xsb.h"
#include "memory_xsb.h"
Functions | |
xsbBool | is_absolute_filename (char *) |
DllExport char *call_conv | strip_names_from_path (char *, int) |
static void | check_create_dir (char *) |
void | transform_cygwin_pathname (char *) |
void | set_xsbinfo_dir () |
char * | xsb_executable_full_path (char *myname) |
void | set_install_dir () |
void | set_config_file () |
void | set_user_home () |
Variables | |
char | executable_path_gl [MAXPATHLEN] = {'\0'} |
char * | install_dir_gl |
char * | xsb_config_file_gl |
char * | user_home_gl |
char | current_dir_gl [MAXPATHLEN] |
char | xsbinfo_dir_gl [MAXPATHLEN] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|