spielwiese
Last change
on this file since 2663c1 was
2663c1,
checked in by Kai Krüger <krueger@…>, 25 years ago
|
Some utilities as modules
git-svn-id: file:///usr/local/Singular/svn/trunk@2684 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
465 bytes
|
Line | |
---|
1 | /* |
---|
2 | * $Id: kernel.mod,v 1.1 1998-11-19 15:49:22 krueger Exp $ |
---|
3 | * |
---|
4 | * Test mod fuer modgen |
---|
5 | */ |
---|
6 | module="kernel"; |
---|
7 | version="$Id: kernel.mod,v 1.1 1998-11-19 15:49:22 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=kProclist; |
---|
19 | |
---|
20 | proc nn(string)=iiKernelMiscNN; |
---|
21 | |
---|
22 | /*proc sscanf(string, string) = IOsscanf; */ |
---|
Note: See
TracBrowser
for help on using the repository browser.