Main Page
Related Pages
Data Structures
Files
File List
Globals
Singular
dyn_modules
staticdemo
staticdemo.cc
Go to the documentation of this file.
1
#include <
kernel/mod2.h
>
2
3
#include <
Singular/mod_lib.h
>
4
#include <
Singular/tok.h
>
5
6
class
SModulFunctions
;
7
8
#ifndef STATIC_VERSION
9
# error This is a demo static module. It is not supposed to be built dynamically...
10
#endif
11
12
#include <
reporter/reporter.h
>
13
14
extern
"C"
int
SI_MOD_INIT(
staticdemo
)(
SModulFunctions
*){
PrintS
(
"init of staticdemo\n"
);
return
(
MAX_TOK
); }
15
mod2.h
MAX_TOK
Definition:
tok.h:167
mod_lib.h
reporter.h
SModulFunctions
Definition:
ipid.h:71
PrintS
void PrintS(const char *s)
Definition:
reporter.cc:294
staticdemo
int SI_MOD_INIT() staticdemo(SModulFunctions *)
Definition:
staticdemo.cc:14
tok.h
Generated on Wed Nov 18 2015 17:12:59 by
doxygen 1.8.9.1
for
Singular debian-4.0.2-p2+ds-3