spielwiese
Last change
on this file since dcafdb was
dcafdb,
checked in by Kai Krüger <krueger@…>, 24 years ago
|
Changes needed for new version of modgen
git-svn-id: file:///usr/local/Singular/svn/trunk@2973 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
557 bytes
|
Line | |
---|
1 | /* |
---|
2 | * $Id: kernel.mod,v 1.2 1999-03-31 22:09:53 krueger Exp $ |
---|
3 | * |
---|
4 | * Test mod fuer modgen |
---|
5 | */ |
---|
6 | module="kernel"; |
---|
7 | version="$Id: kernel.mod,v 1.2 1999-03-31 22:09:53 krueger Exp $"; |
---|
8 | info=" |
---|
9 | LIBRARY: kernel.lib PROCEDURES OF GENERAL TYPE WRITEN IN C |
---|
10 | |
---|
11 | proclist(); Lists all procedures. |
---|
12 | "; |
---|
13 | |
---|
14 | cxxsource = proclist.cc |
---|
15 | cxxsource = misc.cc |
---|
16 | /*cxxsource = sscanf.cc*/ |
---|
17 | |
---|
18 | proc proclist { |
---|
19 | function=piShowProcList; |
---|
20 | }; |
---|
21 | |
---|
22 | proc ideal toid(ideal) { |
---|
23 | function=toid; |
---|
24 | } |
---|
25 | |
---|
26 | /* |
---|
27 | proc string nn(string) { |
---|
28 | function=iiKernelMiscNN; |
---|
29 | }; |
---|
30 | */ |
---|
31 | |
---|
32 | /*proc sscanf(string, string) = IOsscanf; */ |
---|
Note: See
TracBrowser
for help on using the repository browser.