]> www.ginac.de Git - ginac.git/blob - cint/dummy_ginsh.cpp
- made nops() return unsigned instead of int
[ginac.git] / cint / dummy_ginsh.cpp
1 #include <ginac/function.h>
2
3 #ifndef NO_GINAC_NAMESPACE
4 using namespace GiNaC;
5 #endif // ndef NO_GINAC_NAMESPACE
6
7 void ginsh_get_ginac_functions(void)
8 {
9 }
10
11 ex IEvalf(void)
12 {
13     return 0;
14 }