Changeset e7cb20 in git for Singular


Ignore:
Timestamp:
Jun 13, 2013, 12:41:56 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d775e519fa82c002572d593226a06c894ef9be59
Parents:
731d94de85b21c435e849693855abd08e2f50aea
Message:
chg: staticdemo: demo of a statically linked C-module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r731d94d re7cb20  
    730730}
    731731
    732 int huhu_mod_init(SModulFunctions*){ return 0; }
     732void staticdemo_mod_init(SModulFunctions*){ PrintS("init of staticdemo\n"); }
    733733
    734734#define SI_GET_BUILTIN_MOD_INIT(name) \
Note: See TracChangeset for help on using the changeset viewer.