source: git/modules/kernel/kernel.mod @ dcafdb

spielwiese
Last change on this file since dcafdb was dcafdb, checked in by Kai Krüger <krueger@…>, 25 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 */
6module="kernel";
7version="$Id: kernel.mod,v 1.2 1999-03-31 22:09:53 krueger Exp $";
8info="
9LIBRARY: kernel.lib  PROCEDURES OF GENERAL TYPE WRITEN IN C
10
11  proclist();    Lists all procedures.
12";
13
14cxxsource = proclist.cc
15cxxsource = misc.cc
16/*cxxsource = sscanf.cc*/
17
18proc proclist {
19 function=piShowProcList;
20};
21
22proc ideal toid(ideal) {
23function=toid;
24}
25
26/*
27proc 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.