Changeset 801d2b in git for Singular/ipid.h


Ignore:
Timestamp:
Mar 13, 2012, 2:58:47 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
57dcd6dcce5b13d67c7a17d1b1dc57c9b4de98c9
Parents:
f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-03-13 14:58:47+01:00
git-committer:
Alexander Dreyer <adreyer@gmx.de>2012-12-14 11:40:21+01:00
Message:
add: help for modules, "static" modules - part 1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    rf51a5b r801d2b  
    7979
    8080extern idhdl      currRingHdl;
     81/* ================================================================== */
     82/* module support */
     83typedef int (*SModulFunc_t)(SModulFunctions*);
     84BOOLEAN load_builtin(char *newlib, BOOLEAN autoexport, SModulFunc_t init);
     85void module_help_main(char *newlib,const char *help);
     86void module_help_proc(char *newlib,const char *p, const char *help);
     87
     88/* ================================================================== */
     89
    8190/*extern ring     currRing;  in ring.h */
    8291/*extern ideal      currQuotient; in structs.h */
Note: See TracChangeset for help on using the changeset viewer.