![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include "kernel/mod2.h"
#include "resources/feFopen.h"
#include "reporter/reporter.h"
#include "polys/mod_raw.h"
#include "Singular/mod_lib.h"
#include <ctype.h>
#include <sys/stat.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | SI_BUILTIN_LIBSTR(name) (char*) #name ".so", |
#define | BYTES_TO_CHECK 7 |
Functions | |
lib_types | type_of_LIB (const char *newlib, char *libnamebuf) |
Variables | |
const char *const | si_builtin_libs [] = { SI_FOREACH_BUILTIN(SI_BUILTIN_LIBSTR) NULL } |
#define BYTES_TO_CHECK 7 |
Definition at line 21 of file mod_lib.cc.
Definition at line 15 of file mod_lib.cc.
Definition at line 22 of file mod_lib.cc.
const char* const si_builtin_libs[] = { SI_FOREACH_BUILTIN(SI_BUILTIN_LIBSTR) NULL } |
Definition at line 16 of file mod_lib.cc.